Here's a sample of what I was able to do:

http://beta.bryanbuchs.com http://beta.bryanbuchs.com 


I'm not retreiving content via Ajax; in my example I'm building new triggers
using a DOM create function. Anyways, what I did was manually attach the
function attached to elements by the TB_init() to my newly created elements



$.create( 'a', { class:'thickbox', href:'/js/thickbox/?width=340&height=120'
},[ 'Thickbox?'] ).

  bind( "click",function() { 

    var t = this.title || this.name || null;  

    var g = this.rel || false; 

    TB_show(t,this.href,g); 

    this.blur(); 

    return false; 

  } ).appendTo('#fillmeup li:last-child');



It's not exactly what you're trying to do, but it might start you down the
right path.


-- 
View this message in context: 
http://www.nabble.com/Loading-a-thickbox-from-a-link-retrieved-by-AJAX-tf2069650.html#a5710146
Sent from the JQuery forum at Nabble.com.


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to