I have an ASP.NET document with an image element inside it.
I created a function mouseoverfor this image element and it works great.
Question:
If the mouse is ALREADY over an element, when the document is loaded by itself, the function mouseoverdoes not start (I need it mouseout, and then mouseoveragain to call it).
Is there a way to test a function $(document).readyif the mouse is already above this element? and if so, activate the function mouseover.
Thanks everyone!
source
share