[jQuery] Re: event logic

2008-04-01 Thread Shawn
http://www.quirksmode.org/js/events_order.html Your issue is one of event bubbling. If the second object is created inside the the first handler, and is properly added to the DOM, then events will bubble from it normally. The trick here is deciding if you want an event to bubble up/down or

[jQuery] Re: event logic

2008-04-01 Thread Ariel Flesler
http://docs.jquery.com/Events/hover -- Ariel Flesler http://flesler.blogspot.com On 1 abr, 21:26, jquertil <[EMAIL PROTECTED]> wrote: > not sure if my problem actually can be solved - it might be to > inconsistent with the event logic of any programming language... bt > anyhow, here goes: > > 1.