Lines Matching refs:cur

2844 		var cur = elem,  variable
2850 var handle = jQuery._data( cur, "handle" );
2852 event.currentTarget = cur;
2854 handle.apply( cur, data );
2858 …if ( ontype && jQuery.acceptData( cur ) && cur[ ontype ] && cur[ ontype ].apply( cur, data ) === f…
2864 cur = cur.parentNode || cur.ownerDocument || cur === event.target.ownerDocument && window;
2865 } while ( cur && !event.isPropagationStopped() );
3739 var m, set, checkSet, extra, ret, cur, pop, i,
3812 cur = parts.pop();
3813 pop = cur;
3815 if ( !Expr.relative[ cur ] ) {
3816 cur = "";
3825 Expr.relative[ cur ]( checkSet, pop, contextXML );
3838 Sizzle.error( cur || selector );
4638 cur = aup;
4654 while ( cur ) {
4655 ap.unshift( cur );
4656 cur = cur.parentNode;
4659 cur = bup;
4661 while ( cur ) {
4662 bp.unshift( cur );
4663 cur = cur.parentNode;
4687 var cur = a.nextSibling;
4689 while ( cur ) {
4690 if ( cur === b ) {
4694 cur = cur.nextSibling;
4988 function dirNodeCheck( dir, cur, doneName, checkSet, nodeCheck, isXML ) { argument
5008 if ( elem.nodeName.toLowerCase() === cur ) {
5021 function dirCheck( dir, cur, doneName, checkSet, nodeCheck, isXML ) { argument
5042 if ( typeof cur !== "string" ) {
5043 if ( elem === cur ) {
5048 } else if ( Sizzle.filter( cur, [elem] ).length > 0 ) {
5200 var ret = [], i, l, cur = this[0];
5208 if ( cur && selectors.length ) {
5219 while ( cur && cur.ownerDocument && cur !== context ) {
5223 if ( match.jquery ? match.index( cur ) > -1 : jQuery( cur ).is( match ) ) {
5224 ret.push({ selector: selector, elem: cur, level: level });
5228 cur = cur.parentNode;
5242 cur = this[i];
5244 while ( cur ) {
5245 if ( pos ? pos.index(cur) > -1 : jQuery.find.matchesSelector(cur, selectors) ) {
5246 ret.push( cur );
5250 cur = cur.parentNode;
5251 if ( !cur || !cur.ownerDocument || cur === context || cur.nodeType === 11 ) {
5380 cur = elem[ dir ];
5382 …while ( cur && cur.nodeType !== 9 && (until === undefined || cur.nodeType !== 1 || !jQuery( cur ).…
5383 if ( cur.nodeType === 1 ) {
5384 matched.push( cur );
5386 cur = cur[dir];
5391 nth: function( cur, result, dir, elem ) { argument
5395 for ( ; cur; cur = cur[dir] ) {
5396 if ( cur.nodeType === 1 && ++num === result ) {
5401 return cur;
5798 function root( elem, cur ) { argument
8160 start = e.cur();
8169 start = ((end || 1) / e.cur()) * start;
8321 cur: function() { method in jQuery.fx
8380 this.custom(this.prop === "width" || this.prop === "height" ? 1 : 0, this.cur());
8393 this.custom(this.cur(), 0);