$( function() { $( "#tabs" ).tabs({ heightStyle: "auto"}); $(window).resize(function(){ $( "#tabs" ).tabs({ heightStyle: "auto"}); }); } );