Reputation: 15
$(document).ready(function () {
var contentheight = $(".ui-page").height();
$(".ui-panel").css("height",contentheight);});
For the Jquery Mobile, the panel is not extending the height of the content div. I was trying to make the the code above but it doesnt fill up the height of the panel. specially if the content has a collapsible div.
Thanks
Upvotes: 0
Views: 178