John Schulz
Member since Nov 12, 2009
- Profile: /members/4742-john-schulz.htm
- URL: http://twitter.com/JFSIII
- Comments: 1
Recent Blog Comments By John Schulz
-
Track Document-Level Clicks With jQuery MouseDown Events
Posted on Nov 12, 2009 at 1:58 PM
Ben, The root issue is that <code>return false</code> both prevents the default action and bubbling. <code>event.preventDefault()</code> does what you want without relying on <code>mousedown</code> to get there first (<code>click</code> is <... read more »