Unbind/Destroy fancybox 2 events
问题 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 the same function that pulls and binds Fancybox again. My normal approach that has been working up until I changed to Fancybox 2 is to unbind the elements and rebind them. This however does not seem to be working with FB2. I have tried the following: $('.tool_button').unbind('click.fb'); $('.tool_button').unbind('click'); $('