Changes between Initial Version and Version 1 of Ticket #11945, comment 6
- Timestamp:
- Jun 23, 2012, 9:23:49 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11945, comment 6
initial v1 5 5 > I think a method to access (at least all) bound events is necessary. 6 6 7 I thought what was being proposed here I thoughtsimple Boolean-returning method that said whether the element had a particular event (or event.namespace) attached. Something like `jQuery.event.has(elem, "click")`.7 I thought what was being proposed here was a simple Boolean-returning method that said whether the element had a particular event (or event.namespace) attached. Something like `jQuery.event.has(elem, "click")`. 8 8