Hi all,
How can I test if a mouse is within a given div? I know how to use events to do something when it occurs but is it possible to check it on pageload only?
What I want to do is smething like:
if(mouse is in specified div) {
check = true;
} else {
check = false;
}
Thanks, Denis