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');
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment