cyberhobo
Member since Jan 10, 2011
- Profile: /members/7570-cyberhobo.htm
- URL: http://www.cyberhobo.net
- Comments: 1
Recent Blog Comments By cyberhobo
-
jQuery's Event Triggering, Order Of Default Behavior, And triggerHandler()
Posted on Jan 10, 2011 at 11:53 PM
Yes, thanks for writing this up! I combined tips, and changed this code which suffers from the problem: $( '.checkbox-class' ).click(); to this, which doesn't: $( '.checkbox-class' ).each( function() { this.click(); } );... read more »