How do I bind / initialize Shadowbox to content loaded by jQuery using AJAX? Right now shadowbox works when I first come into the site.
However, when I swap the
Ah I just found the solution.
Shadowbox.init can't be called 2 times.
So use this instead. Shadowbox.setup();
Thanks, Tee