Questions tagged «html5-data»

4
空的HTML5数据属性有效吗?
我想编写一个简单的jQuery插件,在指定元素下显示内联模式。我的想法是让脚本根据元素上指定的数据属性自动初始化。 一个非常基本的例子: <p data-modal-target>Hover over me for an inline modal!</p> <div data-modal-content data-modal-align="right" data-modal-trigger="hover" data-modal-offset="10px"><!-- any desired syntax can go here --></div> 我只是想知道data-modal-target上面的示例中是否有效,还是必须这样做data-modal-target="true"?我不在乎什么比IE9更糟糕的东西,我唯一的要求就是它是有效的HTML5。
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.