mushishi
2016-05-15 16:04
貌似调用.data("key","value") 的话 在html元素上会有 data-key=value这样的属性呀?
<div data-test="this is test" ></div> $("div").data("test"); //this is test!; 读取H5设置好的data属性是可以的
不会的,.data()是将key\value绑定到JQ开辟的内存里,所以不会在html元素上显示
jQuery源码解析(架构与依赖模块)
84049 学习 · 280 问题
相似问题