摘要: jQuery学习笔记:选择器总结 这一节详细的总结jQuery选择器。 一、基础选择器 $('#info'); // 选择id为info的元素,id为document中是唯一的,因此可以通过该选择器获取唯一的指定元素$('.infoClass'); // 选择class为infoClass的所有元素 阅读全文
posted @ 2016-11-16 22:07 W+7 阅读(318) 评论(0) 推荐(0)