Bug Tracker

Changes between Initial Version and Version 3 of Ticket #944


Ignore:
Timestamp:
03/29/08 10:20:42 (5 years ago)
Author:
joern
Comment:

Ariel, it doesn't look like its a typo. To make it more clear:

<div><span><a href="#">test link</a></span></div>
<script type="text/javascript">
$('div').bind('click', function(e){
        alert('current: '+ this.nodeName +', target: '+ e.target.nodeName);
    });
$('a').trigger('click');
</script>

So this is about event bubbling for custom events, which isn't implemented. I agree with Brandon that a plugin implementation would be helpful for a start.

Legend:

Unmodified
Added
Removed
Modified