Hey all, I'm new to Javascript/Mootools and was wondering the importance of stopping events via e.stop(). I know in some cases (like the 'click' event on an <a> element stopping a browser from following a link) it is necessary, but is it good practice to always stop events?
Are there any cases when you would want to stop an event? Thanks, Matt
