7万
861
32万
论坛元老
Js操作自定义属性的方法:
var testEle = document.getElementByIdx_x("test") testEle.setAttribute("test","aaa"); // 设置 testEle.getAttribute("test"); //获取 testEle.attributes["test"].nodeValue; // 获取
Jquery操作自定义属性的方法:
$("#test").attr("test","aaa") // 设置 $("#test").removeAttr("test") // 删除 var testAttr = "ddd"; $('#test[test="'+ testAttr +'"]')
以上就是小编为大家带来的js设置和获取自定义属性的方法全部内容了,希望大家多多支持脚本之家~
使用道具 举报
3
2万
172
注册会员
0
中级会员
14
1万
75
2
73
1
307
68
本版积分规则 发表回复 回帖后跳转到最后一页
手机版|小黑屋|网站地图|源码论坛 ( 海外版 )
GMT+8, 2025-1-19 07:13 , Processed in 0.452629 second(s), 24 queries .
Powered by Discuz! X3.4
Copyright © 2001-2020, Tencent Cloud.