I have some DIV that fades in by clicking another DIV trigger element. I cannot came up with a script that will:
- On mouse leave –fade out the
DIVwith some delay (ex 500ms), but if one mouseover again on it before those 500ms executes – to regain somehow the element visibility.
Thanks for any advice.
This oughta do it for you!
Here’s a demo on JS Fiddle: http://jsfiddle.net/bCCnB/