[jQuery] Loading a thickbox from a link retrieved by AJAX
I have a link in a page that is included in another via AJAX. That link needs to call a thickbox to pop up, but no thickbox events are being attached, because the link wasn't in the DOM when thickbox initialized itself. I tried adding a TB_Init() call to the end of the page which is included, and i tried adding
<span style="background-color: rgb(255, 255, 153);">onclick="TB_Show('Add Team','team.php?action=add&width=400&height=350');"</span> to the link, and that didnt work.
Any help would be appreciated.
Thanks!
--Matt
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/