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

Lines Matching full:unbind

2529 			// Unbind all events for the element
2541 // jQuery(...).unbind("mouseover mouseout", fn);
2903 jQuery(this).unbind(event, one);
2911 unbind: function( type, fn ) {
2937 // link all the functions, so any of them can unbind this click handler
2984 jQuery(document).unbind( liveConvert(type, this.selector), fn ? { guid: fn.guid + this.selector + type } : null );
3105 // Window isn't included so as not to unbind existing unload events