Disable accordion tabs
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.
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Hi,
You can hide a particular section by its index following way:
You can hide a particular section by its index following way:
Code: Select all
$('#fd_accordion-0 > h3').eq(0).hide();
$('#fd_accordion-0 > div').eq(0).hide();
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Hi,
Unfortunately, the accordion doesn't support such method. Our support team can implement a function that disables a section by its index, it will take 100 support minutes. If you're interested in it, please, pay for the support minutes in our store: http://spform.com/buy
Unfortunately, the accordion doesn't support such method. Our support team can implement a function that disables a section by its index, it will take 100 support minutes. If you're interested in it, please, pay for the support minutes in our store: http://spform.com/buy
-
- Information
-
Who is online
Users browsing this forum: No registered users and 22 guests