$().filter: For $(“selector”), it will use $().find $().find $.find Sizzle Sizzle.find Sizzle.filter $().filter $.multiFilter Sizzle.matches Sizzle Sizzle.filter
one time. ¡ Sizzle.filter: it may be invoke many times. PS: The sizzle engine is base on regular expression, so we will see various regexp in source code. Sizzle Sizzle.find Sizzle.filter
context.getElementsByClassName Nam e • Match name && context.getElementsByName Tag • Match tag && context.getElementsByTagName * • Not match above || the results is null in above process How does $(“div.class1”) work in IE and Firefox?