I am having a strange issue, I have code that pulls content via ajax and then binds Fancybox (2) to certain elements. The issue is that when I \"refresh\" this page I call t
You can use this code to destroy fancybox functionality on links:
jQuery('a').unbind('click.fb').removeData('fancybox');