摘要: 过滤器类过滤器:hasClass(class)//检查当前的元素是否含有某个特定的类,如果有,则返回true //下标过滤: eq(index) ... 阅读全文
posted @ 2018-04-08 19:14 it_dog_zhang 阅读(167) 评论(0) 推荐(0)
摘要: 与表单对象相关的伪类选择器 :input //匹配所有input textare select button 元素 :text //匹配所有单行文本框 :password //匹配所有密码框 :radio //匹配所有单选按钮 :checkbox //匹配所有复... 阅读全文
posted @ 2018-04-08 15:09 it_dog_zhang 阅读(313) 评论(0) 推荐(0)