Lines Matching refs:original
325 // Copy the events from the original to the clone
598 // Never move original objects, clone them
830 // Remember the original values
1204 }, function(name, original){
1210 jQuery.fn[ original ].apply( jQuery(insert[i]), elems );
2436 // Original by Dean Edwards
2452 // Create temporary function pointer to original handler
2455 // Create unique handler function, wrapped around original handler
2716 // store a copy of the original event object
2763 // Set the guid of unique handler to the same of original handler, so it can be removed
2836 // if preventDefault exists run it on the original event
2839 // otherwise set the returnValue property of the original event to false (IE)
2848 // if stopPropagation exists run it on the original event
2851 // otherwise set the cancelBubble property of the original event to true (IE)