js jquery 添加 html 控件的自定义属性
时间:2010-09-03 来源:张倩
1、我现在需要用到的是 js给tr 添加一些自定义属性
- $("#test").attr("test","aaa") // 设置 jquery 的
- $("#test").removeAttr("test") // 删除
- var testEle = document.getElementById("test") js 的
- testEle.setAttribute("test","aaa"); // 设置
- testEle.attributes["test"].nodeValue; // 获得
相关阅读 更多 +