Is it possible to load just tabs when page is loaded?
Sample code:
It should only display text if I click on some tab. Divs #tab1, #tab2, #tab3 should remain hidden until I click on one of the tabs.
Update:
http://jsfiddle.net/MWtMR/3/
I found it by setting collapsible: it is true that I can click and it will close that tab content. How can I make this behavior on load of the page?
Set the
selectedoption to-1Updated fiddle: http://jsfiddle.net/MWtMR/4/