摘要: jQuery 1.选择页面元素 特有的筛选器 $('.box:first') 2.改变结果集 $('.myclass').has('p') Dom树上的移动方法 $('.myclass').next('p') 3.链式操作 作用分别是 $('div') 找到div元素 .find('h3') 选择其 阅读全文
posted @ 2018-03-15 14:03 清汤不加辣 阅读(109) 评论(0) 推荐(0)