[jQuery] Quick question...

2007-06-26 Thread Trav Johnston
Hi, I need to find the height of a div "after" the ajax response has been dumped into it. $('#target').html(msg); var current_height = $('#target').height(); This doesn't work. I would like to use. $('#target').html(msg,function(){ var current_height = $('#target').height(); }); Bu

[jQuery] Refreshing Thickbox

2007-05-10 Thread Trav Johnston
Hi, The setup -- I am using the Thickbox plugin to show a ajax generated table. Above the table but within the Thickbox I have an input form to add a new record to the table. The Issue How do I keep the Thickbox open and refresh the ajax table when a new record