3.过滤器6种:
基本选择器(10种,$("div:first")、$("div:last"),:not(select),:even,:odd,:eq(index)//从0...="a",div[id^="a",div[id$="a",div[id*="a",[select1][select2][selectN])
子元素过滤器(4种,$(div:nth-child...(index//从1开始|even|odd)),$(div:first-child),$(div:last-child),$(div:first-child))
表单对象属性过滤选择器...(4种,$(#form1:enable),$(#form1:disable),$(#form1:checked),$(#form1:select))
4.表单选择器:(11种,:input