Page 1 of 1

How to make the javascript opening tab?

Posted: 02 Dec 2014
by Дмитрий Фоломеев
How to make the javascript opening tab. Example for event value change of any field on a form?

Re: How to make the javascript opening tab?

Posted: 04 Dec 2014
by Dmitry Kozlov
Hi Dmitry,

Here is the code that makes the second tab active:

Code: Select all

$('#fd_tabcontrol-0').tabs('select', 1);
You can call it when a user changes a particular field value. Please, find much more samples in the following post:
http://spform.com/office-365/cond ... ynamically