Disable accordion tabs
Posted: 27 May 2015
Hi,
I have an accordion in the form, is it possible to disable individual tabs using javascript like tab control ?
Using tab control if I use the code below it is ok, I want to do the exact thing when using accordion.
$('#fd_tabcontrol-0').tabs('option', 'disabled', [<tabindex>]);
Thanks in advance.
I have an accordion in the form, is it possible to disable individual tabs using javascript like tab control ?
Using tab control if I use the code below it is ok, I want to do the exact thing when using accordion.
$('#fd_tabcontrol-0').tabs('option', 'disabled', [<tabindex>]);
Thanks in advance.