how to determine whether a element has bind a callback function for a particular event?
- var btn=$("#tool_btn");
- btn.on...
- btn.on...
now i want to detect whether or not this element have been bind a callback for a particular event such as "click"
how to get it?