Lines Matching refs:orig
3188 }, function( orig, fix ) { argument
3189 jQuery.event.special[ orig ] = {
3191 jQuery.event.add( this, fix, data && data.selector ? delegate : withinElement, orig );
3363 jQuery.each({ focus: "focusin", blur: "focusout" }, function( orig, fix ) { argument
3371 document.addEventListener( orig, handler, true );
3376 document.removeEventListener( orig, handler, true );
8305 options.orig = options.orig || {};
8374 this.options.orig[this.prop] = jQuery.style( this.elem, this.prop );
8389 this.options.orig[this.prop] = jQuery.style( this.elem, this.prop );
8434 jQuery.style( elem, p, options.orig[p] );
8921 var orig = jQuery.css( elem, type ),
8922 ret = parseFloat( orig );
8924 return jQuery.isNaN( ret ) ? orig : ret;