Close Button On Fancybox Not Working
When I click the close button of my FancyBox nothing happens. It will only close when I click outside the frame. How can I get the close button to work?
Solution 1:
Just call $.fn.fancybox.close()
or $.fancybox.close(true)
on your onClick event
Post a Comment for "Close Button On Fancybox Not Working"