The difference is that return false; takes things a bit further in that it also prevents that event from propagating (or “bubbling up”) the DOM.
Posted by Lexy to makandra dev (2010-07-09 06:36)
The difference is that return false; takes things a bit further in that it also prevents that event from propagating (or “bubbling up”) the DOM.