I have three subtabs under main tab, when I click main tab defauly I am displyaing tab1 data using jquery grid, now initially I need disable the tab2 and tab3. how?
From the jQuery UI tabs documentation. Note that it's zero-based so this disables the 2nd and 3rd tabs.
$( ".selector" ).tabs( { disabled: [1, 2] } );
2.1m questions
2.1m answers
60 comments
57.0k users