Lines Matching full:matched
102 // The number of elements contained in the matched element set
107 // Get the Nth element in the matched element set OR
108 // Get the whole matched element set as a clean array
120 // (returning the new matched element set)
122 // Build a new jQuery matched element set
139 // Force the current matched set of elements to become
151 // Execute a callback for every element in the matched set.
159 // the matched set of elements
897 // <thead> matched above
2392 var matched = [], cur = elem[dir];
2395 matched.push( cur );
2398 return matched;
3264 // If successful, inject the HTML into all the matched elements