Home | History | Annotate | Download | only in parse-only

Lines Matching refs:orig

327 			var orig = this.find("*").andSelf(), i = 0;
330 if ( this.nodeName !== orig[i].nodeName )
333 var events = jQuery.data( orig[i], "events" );
2883 }, function( orig, fix ){
2886 jQuery.event.add( this, orig, withinElement, fix );
2889 jQuery.event.remove( this, orig, withinElement );
4007 if ( !options.orig )
4008 options.orig = {};
4071 this.options.orig[this.prop] = jQuery.attr( this.elem.style, this.prop );
4086 this.options.orig[this.prop] = jQuery.attr( this.elem.style, this.prop );
4127 jQuery.attr(this.elem.style, p, this.options.orig[p]);