maybe you can ask it here http://groups.google.com/group/jquery-ui?hl=en

----- Original Message ----- From: "noahT" <nippon...@gmail.com>
To: "jQuery (English)" <jquery-en@googlegroups.com>
Sent: Sunday, September 06, 2009 8:25 PM
Subject: [jQuery] Using attr in an tab AJAX call. Is it possible?



Hi, I am trying to set an html attribute after an AJAX call. Works
great on the initial tab I can't get it to work on the rest:

$('#content').tabs({

load: function(){
var postContainerHeight = $('#post_container').height() + 30;
$('#hellishpixel').attr({
height:postContainerHeight
});
}
});

Reply via email to