//Remove all event handlers from all paragraphs: $( "p" ).off(); //Remove all delegated click handlers from all paragraphs: $( "p" ).off( "click", "**" );
$('#btnSave').unbind();