摘要: 属性1.属性 1.1 attr(name|properties|key,value|key,fn) 1) 获取属性值 $("img").attr("src"); 2) 设置属性值 $("img").attr("title","你好");$("img").attr({src:"img1.png",a... 阅读全文
posted @ 2015-12-04 16:39 ricesm 阅读(238) 评论(0) 推荐(0) 编辑
摘要: 1.jquery核心函数 1.1 jQuery([selector,[context]]); $("#id"),$(document.body),$("input",document.forms[0])//在第一个表单中查找input元素 1.2 jQuery(html,[ownerDocumen... 阅读全文
posted @ 2015-12-04 13:57 ricesm 阅读(243) 评论(0) 推荐(0) 编辑