Select particular tab on page load in javascript
Please help.
In one of my page "Page1" there are 4 tabs. From other page "Page2" i redirect it to "Page1" and aslo send some different parameters. I need to select partcular tab depend on parameter from page2.
I tried this but it doesnot work
$(
".tab-holder"
).tabs(
'select'
, 2);
// switch to third tab
If I tried same called same code on any button click it chnages but not when i did same on body onload