I have a page with a button that directs the user to the previous page:
<div class="ui-block-b"><a data-role="button" data-rel="back">Cancel</a></div>
This works great, however I'd like to also append this string to the end of the url after the page is navigated back (this string just navigates to a particular tab on that page):
"?tab=tab-messages"
Is there any type of jquery function that I could use to append this?