BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
I want to change the selected tab using javascript
We can achieve your requirement using our existing property selectedItemIndex. This API is used to set the active header based on the given index value.
Please refer the below code snippet to set the selected Item Index during Initialization.
[script] $(function () { // declaration $("#defaultTab").ejTab({selectedItemIndex:2}); |
[script] $("#tabPeople").ejTab(); tabObj = $("#tabPeople").data("ejTab"); |
Thanks!, it works. You're a legend.
Regards