Noob here.
I have incorporated the jquery ui tab control in my web app. It works Ok
but the page comes up un-tabbed and then flashes into the desired tab
setup. The tabs capability gets in via:
<script>
$(document).rea dy(function(){
$("#example ul").tabs();
});
</script>
Am I seeing the un-tabbed rendering initially because the above happens
too late? I copied that from the example here:
kt
I have incorporated the jquery ui tab control in my web app. It works Ok
but the page comes up un-tabbed and then flashes into the desired tab
setup. The tabs capability gets in via:
<script>
$(document).rea dy(function(){
$("#example ul").tabs();
});
</script>
Am I seeing the un-tabbed rendering initially because the above happens
too late? I copied that from the example here:
kt
Comment