I want to hide and show title in fancybox2 using hover event, but it doesn’t work. Please help.
My code is:
$("#fancybox-wrap").hover(function() {
$("#fancybox-title").show();
}, function() {
$("#fancybox-title").hide();
})};
you have an extra bracket: