<script> $(function() { $( "#tabs" ).tabs({ beforeLoad: function( event, ui ) { if (ui.panel.html()!=='') { return false; } else {} } }); }); </script>