$( "body" ).unbind( "click"); $( "body" ).bind( "click",function(){}); $( "body" ).off( "click"); $( "body" ).on( "click",function(){});