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 >
