ui.Tabs, URL needs to update each time a tab is clicked
By default adding the # value of the tab I require at the end of the url gets the tab I want to load, that is fine when I need to email a link that defaults to that tab as I know the # value needed.
Here is the problem:
I need the URL displayed to update each time I click on a tab and display the current #value so that visitors to the site can copy and email the url, or bookmark, that tab as they will not know the # value used to initialise the tab because it is not displayed in the url.
The tabs are static (not ajax)