Searched refs:selMatch (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/libxo/xohtml/external/ |
| HD | jquery.js | 3265 i, j, cur, ret, selMatch, matched, matches, handleObj, sel, hit, related; variable 3276 selMatch = {}; 3281 hit = selMatch[ sel ]; 3285 hit = ( hit || (selMatch[ sel ] = jQuery( sel )) ).index( cur ) >= 0; 3287 …hit = selMatch[ sel ] = ( handleObj.quick ? quickIs( cur, handleObj.quick ) : jQuery( cur ).is( se…
|