Albert Network Note
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');
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)