Selecting a JQuery Tab using a parameter in the URL
Posted
by djsnowsill
on Stack Overflow
See other posts from Stack Overflow
or by djsnowsill
Published on 2009-02-22T10:28:49Z
Indexed on
2010/05/14
20:04 UTC
Read the original article
Hit count: 196
I am currently investigating replacing the tabs provided by a Struts 1 tag library with the tabs provided by jQuery UI. I have successfully managed to get the tabs integrated with the existing application but I am struggling on how to set the selected tab using a parameter on the incoming URL i.e. myurl.com/action.do?selectedTab=SecondTab
As a new comer to javascript and jQuery, I was wondering could give me some pointers on where to start?
Thanks In Advance
David
© Stack Overflow or respective owner