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
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
2 matches
Mail list logo