第二个:innerHTML , 直接用HTML代码加入。
<!--
var img=document_createElement_x('img'),
fff=documentgetElementByIdx_x('aaa');
imgsetAttribute('src','>这写的有点太乱了吧,js和jQuery结合?!!?
js这样写一句话就可以
documentgetElementsByTagName("input")[0]setAttribute("disabled", "disabled");
jQuery这样一句话就可以
$("input")attr("disabled","disabled");
jQuery attr() 方法设置或返回被选元素的属性值。
获取属性值语法
$(selector)attr(attribute)
参数 描述
attribute 规定要获取其值的属性。
设置属性
设置被选元素的属性和值。
语法
$(selector)attr(attribute,value)
参数 描述
attribute 规定属性的名称。
value 规定属性的值。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)