[jQuery] jQuery.event.trigger internals: why is click/onclick on a tags skipped?

2009-08-21 Thread August Lilleaas
Code in question: http://code.google.com/p/jqueryjs/source/browse/trunk/jquery/src/event.js#256 http://code.google.com/p/jqueryjs/source/browse/trunk/jquery/src/event.js#262 Why is it not triggering events if it's "click" on "a" elements? And where is "click" on "a" elements handled?

[jQuery] jQuery.event.trigger()

2009-04-08 Thread Paul Thiel
Hi guys. Trying again as not sure what happened to the previous post. I am using jQuery 1.3.2 and getting some unexpected behavior this morning. This works, with the alert being executed when the showpalette event is triggered. $().bind('showpalette', function() { alert('showing palette!');