LinkShare_468x60v1

Monday, August 24, 2015

How to remove function from a jQuery object


The function can be removed from a previously-attached event handler.

eg. Remove submit function from a form element.

$('form[name="formname"]').unbind('submit');