[jQuery] height of div

[jQuery] height of div


Hi,
I'm trying to get the height value of a div that's contents are retrieved
from a separate html file using .load, but it only ever comes back with a
value of zero. This is probably because the div is yet to have any contents
loaded into it. How would I go about getting the height only when the
contents have been fully loaded?
here is the code I have so far
$('#content').load('home.html');
    
var sep_height = div = $('#content').height();
$('.seperator').css('height', height);
Thanks for any help
b0bd0gz
--
View this message in context: http://www.nabble.com/height-of-div-tf4352381s15494.html#a12401885
Sent from the JQuery mailing list archive at Nabble.com.