Changes between Initial Version and Version 4 of Ticket #7921
- Timestamp:
- Jan 7, 2011, 4:17:15 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7921
-
Property
Status
changed from
new
toclosed
-
Property
Component
changed from
unfiled
toevent
-
Property
Resolution
changed from
to
invalid
-
Property
Status
changed from
-
Ticket #7921 – Description
initial v4 1 1 If an event handler is bound using .toggle(), 2 2 {{{ 3 3 $('#elem').toggle(function(e){ 4 4 console.log('toggle state 1'); … … 8 8 console.log('toggle state 3'); 9 9 }); 10 10 }}} 11 11 There should be a way to invoke an event on this. 12 12