Using The following jquery function to kill a function(unbind/bind)
Syntax: jQuery(this).unbind(‘<function name>’);
Example:
jQuery(“#message_send”).live(“click”, function(){
jQuery(this).unbind(‘autosave’);
});
Using The following jquery function to kill a function(unbind/bind)
Syntax: jQuery(this).unbind(‘<function name>’);
Example:
jQuery(“#message_send”).live(“click”, function(){
jQuery(this).unbind(‘autosave’);
});