Hey, I have content set using something like the following: document.getElementById("ie_content_container").innerHTML = slides[(id - 1)]; And in each 'slide' is some content. Some of them have Fancybox links in them but once it has changed there is no way to make them open fancybox when clicked. So is there a way to 'reset' Fancybox after the content has been changed? Thanks in advance!