Re: Event bubbling in IE doesn't work

2007-04-16 Thread Diego
On 4/13/07, Kristian Marinkovic <[EMAIL PROTECTED]> wrote: ... maybe ff and ie handle this scenario differently... i'll test it and report my results on monday :) another solution would be to have a small script in place (onclick) that checks the incoming events on the div node and triggers th

Re: Event bubbling in IE doesn't work

2007-04-14 Thread Jesse Kuhnert
I'm shocked to hear that ie isn't behaving as expected! ;) http://www.quirksmode.org/js/introevents.html On 4/13/07, Diego <[EMAIL PROTECTED]> wrote: Hello, I want to use event bubbling to find out what checkbox is click with an Ajax call. To do this I attach the EventListener to a div surro