Bart Jansen
Member since May 9, 2010
- Profile: /members/6000-bart-jansen.htm
- Comments: 1
Recent Blog Comments By Bart Jansen
-
jQuery's Event Triggering, Order Of Default Behavior, And triggerHandler()
Posted on May 9, 2010 at 5:38 PM
I was fighting the same problem but found a (simpler) solution that seems to work the same. I have tested in Firefox 3 and IE8. Instead of firing the click() function on the jQuery object by using $(element).click() , I use the javascript native click() trigger on the DOM object: element.click() ... read more »