jQuery——总结DOM节点属性:attr removeAttr addClass removeClass html text
1、attr(key,value):设置指定元素的值$(function(){$("a").attr("href","http://www.baidu.com");//意即给a标签的href属性添加一个值为http://www.baidu.com})百度一下结果如下:2、removeAttr(name):删除指定元素name$(function(){$("a").attr("href","http