JQuery popup image
2 answers
The jQuery hover method works well for this, but this has already been answered. I would recommend using the HoverIntent plugin instead , as it won't cause problems like this . The only difference between the two is the overhead of loading the HoverIntent plugin and calling the method like:
$("#hoverable_container").hoverIntent(
// functions here
);
+1
a source to share