I am using jquery ui tabs and I would like to be able to add the id of the tabs href to the url in the address bar.
I.e instead of having the below url all the time when clicking through tabs
http://satbulsara.com/rspca/dog-page.html
I would like to be able to have
http://satbulsara.com/rspca/dog-page.html#tab1
or #tab2 or #tab3 etc depending on which tab has been clicked.
This is the html default behaviour but ui tabs seems to take it out
below is a url