Hello, how can I check whether the cursor is over some div at the html page with JQuery/Javascript?
I'm trying to get cursor coordinates and look if they are in the rectangle of my element. Maybe there are predefined methods?
UPD, don't say anything about hover events, etc. I need some method which will return true/false for some element at the page, like:
var result = underElement('#someDiv'); // true/false