摘要: jQuery获取所有type为text的input:$("input[type='text']") jQuery获取所有除了type为text的input:$("input:not([type=text])") 1、标签选择器 $("div") 2、id选择器 $("#head") 3、class选 阅读全文
posted @ 2019-08-27 18:23 吴小明- 阅读(176) 评论(0) 推荐(0)