Jquery Mobile is corrupting my button links
I have a link on my home page to go to the body armour section of the site, the URL is www.mysite.com/Body-Armour.
I have a footer bar with a button on it that goes to the advanced search page. The underlying HTML shows the link on that button is www.mysite.com/Advanced-Search
The problem is, JQM is corrupting the link on that button so the actual URL becomes www.mysite.com/Body-ArmourAdvanced-Search.
My site uses re-written URLs and I've had a problem with images with relative paths but this was solved by adding a leading slash (thanks again godsbest!)
I have tried a few different version of JQM and it seems to be a problem as far back as version 1.1.1
Does anyone know how to stop JQM corrupting my links?