<div id="d"></div>$("#d").data("hh","lala");document.getElementById("d").dataset.name = "haha";$("div").data("hh"); //lalajquer 生成的data没有表现标签上,但是却可以得到是为什么?
1 回答
森林海
TA贡献2011条经验 获得超2个赞
data方法的改变不会体现在dom上,只保存在内存中
jQuery .data() is initially populated with values from the data- attributes, but setting it only stores the associated new value in memory.
添加回答
举报
0/150
提交
取消