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
Thanks for the response, I have not tested the above, I used a different approach to resolve the issue.
What I did was instead of using the default Fancybox functionality I created functions for where I would need Fancybox and manually called Fancybox in each case which thus didn't bind the event.
This isn't the best approach and the above may be better but I will get to testing this in the new year :)
Thanks again.