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?
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!');
2 matches
Mail list logo