Hi, Maybe you have to use both the event.preventDefault() and the event.stopPropagation().
Here the doc: http://mootools.net/docs/core/Types/DOMEvent#DOMEvent:stopPropagation -- Andrea Il giorno 07/nov/2011, alle ore 19:05, "Jan Černý" <[email protected]> ha scritto: > stopPropagation doesn't work the way i want > that stop bubbling event to elements in dom up, bot not on the same element > same example but in jQuery where is stopImmediatePropagation() > > http://jsfiddle.net/chemix/9upWw/6/ > > > chemiX > > On Mon, Nov 7, 2011 at 4:42 PM, rasmusfl0e <[email protected]> wrote: >> stopPropagation >> perhaps? >> http://mootools.net/docs/core/Types/DOMEvent#DOMEvent:stopPropagation >>
