/ Published in: JavaScript
Expand |
Embed | Plain Text
$("div").bind("click.plugin", someFn); $("div").bind("focus.plugin", otherFn); $("div").unbind(".plugin");
You need to login to post a comment.
$("div").bind("click.plugin", someFn); $("div").bind("focus.plugin", otherFn); $("div").unbind(".plugin");
You need to login to post a comment.