Please see this fiddle
http://jsfiddle.net/mdu7hw8y/I want to disable tab(tab header) for being selected but i want it to be disabled at first time rendered.
How to do that?
i know this code
$('#RIGHT_TABS').tabs('disableTab',2);
but i cannot guarantee to put this code in jquery document ready. I just want disable it by direct parameter, can i?
Thank you in advance