blog已经转移至github,大家请访问 http://qaseven.github.io/
jQuery 属性操作参考手册
从任何 p 元素中移除 id 属性:
$("button").click(function(){ $("p").removeAttr("id"); });
removeAttr("id")
亲自试一试
removeAttr() 方法从被选元素中移除属性。
$(selector).removeAttr(attribute)
posted on 2014-04-10 14:01 顺其自然EVO 阅读(194) 评论(0) 编辑 收藏 所属分类: jQuery
Powered by: BlogJava Copyright © 顺其自然EVO