javascript - How to disable initial mouseover -


with jquery (or pure javascript), if set mouseover handler, triggered if mouse on element. how disable that?

for example, @ facebook - place mouse on name of friend in feed. hovercard appears. refresh page (without moving mouse; f5) - hovercard not appear.

try mousemove instead of mouseover ;)

http://api.jquery.com/mousemove/


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -