i came across the following question which is pretty much what i need except one thing.
image enlarge on hover with content inside div box attached to image
best answer example:
http://demo.superdit.com/jquery/zoom_hover/
when i’m on mouseover and then mouseout a couple of times very fast, the animation continues to play a couple of times way after the mouse is out.
how can the animation play only once after mouseout without jagged movement ?
thanks.
Below is the working code.
Changes made:
.stop()..stop()(make it stoppable.)