jQuery: Is mouse over element?
Posted
by JamesBrownIsDead
on Stack Overflow
See other posts from Stack Overflow
or by JamesBrownIsDead
Published on 2010-05-17T02:51:12Z
Indexed on
2010/05/17
3:00 UTC
Read the original article
Hit count: 522
I could write something pretty easily to determine whether the mouse is over a given element, but is there already anything in the jQuery core library (or a plugin I guess) that will tell me whether the current mouse position is over a given element?
© Stack Overflow or respective owner