On this page http://www.londonsitedesign.co.uk/home.html as you hover over the list pop up images appear. I have noticed that the images sometimes get stuck, especially if I click on one of the links and then return to that page agin the image remains visible. And then when you hover over the same link for that pop up image it does the reverse, it disappears onmouse over rather than appears?
$("#main").on("mouseover mouseout", "h4", function () {
$("#" + $(this).data("img")).toggle();
});
Any idea how to prevent this?