Thickbox jQuery Issue: Works fine until after AJAX sort
So I have an image gallery that uses thickbox. When I first load the page and click an image, it loads fine into the thickbox. However, after 开发者_如何学Pythonperforming an ajax sort of the images and echoing back identical thickbox urls, clicking on one of the images displays the content in a new browser window rather than a thick box.
Any thoughts?
Thanks in advance
I found the answer:
Had to had tb_init('a.thickbox, area.thickbox, input.thickbox');
in my ajax callback
Php returns thickbox link that doesn't work
精彩评论