defdiv=$(".tabs-tabs li"); defdiv.each(function( index ) { if($( this ).hasClass("default-tab")) { $( "#tabs" ).tabs({active: index}); } });