http://jsfiddle.net/97o5p0ta/3/
<div onmousemove="m();">
<h1>Click me</h1>
</div>
Clicking the element will also trigger the m() function. This can't be right, or? Doesn't happen in Firefox.
http://jsfiddle.net/97o5p0ta/3/
<div onmousemove="m();">
<h1>Click me</h1>
</div>
Clicking the element will also trigger the m() function. This can't be right, or? Doesn't happen in Firefox.