摘要: //伪类选择器: 特定位置的选择器: jQuery(“selector:first”)//第一个jQuery(“selector:last”)//最后一个 jQuery(“selector:eq(index)”)//指定位置 ... 阅读全文
posted @ 2018-04-07 17:09 it_dog_zhang 阅读(3980) 评论(0) 推荐(0)
摘要: //层级选择器:包含选择器:jQuery(“ancestor descendant”) //子选择器:jQuery(“parent>child”) // //相邻选择器: j... 阅读全文
posted @ 2018-04-07 16:22 it_dog_zhang 阅读(347) 评论(0) 推荐(0)