Bug Tracker

Changes between Initial Version and Version 4 of Ticket #7921


Ignore:
Timestamp:
Jan 7, 2011, 4:17:15 PM (13 years ago)
Author:
jitter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7921

    • Property Status changed from new to closed
    • Property Component changed from unfiled to event
    • Property Resolution changed from to invalid
  • Ticket #7921 – Description

    initial v4  
    11If an event handler is bound using .toggle(),
    2 
     2{{{
    33$('#elem').toggle(function(e){
    44  console.log('toggle state 1');
     
    88  console.log('toggle state 3');
    99});
    10 
     10}}}
    1111There should be a way to invoke an event on this.
    1212