Reduce the set of matched elements to the even ones in the set, numbered from zero.
筛选元素集合中匹配表达式 或 通过传递函数测试的 那些元素集合。
筛选匹配元素集合中的那些有相匹配的选择器或DOM元素的后代元素。
判断当前匹配的元素集合中的元素,是否为一个选择器,DOM元素,或者jQuery对象,如果这些元素至少一个匹配给定的参数,那么返回true。
通过一个函数匹配当前集合中的每个元素,产生一个包含新的jQuery对象。
Reduce the set of matched elements to the odd ones in the set, numbered from zero.
根据指定的下标范围,过滤匹配的元素集合,并生成一个新的 jQuery 对象。