摘要:
属性1.属性 1.1 attr(name|properties|key,value|key,fn) 1) 获取属性值 $("img").attr("src"); 2) 设置属性值 $("img").attr("title","你好");$("img").attr({src:"img1.png",a... 阅读全文
摘要:
1.jquery核心函数 1.1 jQuery([selector,[context]]); $("#id"),$(document.body),$("input",document.forms[0])//在第一个表单中查找input元素 1.2 jQuery(html,[ownerDocumen... 阅读全文