I have the following url
http:
I want to be able to go to the tab option and change it, for example.
I have two tabs โGeneralโ and โStylesโ, and when I click styles, I want the hidden field (having this URL as a value) to change so that it reads the same URL, but with tab parameter changed to styles. So it will look like
http:
However, this URL may not have a options tab when loading the page, so I will need to add the parameter to the url query string.
There will be more tabs, so I canโt just replace the text with general styles
Somebody knows? Thanks
source
share