I have run into a big problem, on my mobile website I have a bunch of images linked to the same images on a different page using the #imagelocation code, but in jQuery Mobile you cant use # to jump to a certain part of a page on a different HTML file than your currently on, does anyone have a work around to jump to a certain part of a external page in jQuery Mobile? thanks 🙂
Page1 snippet:
<a href="otherpage.html#2"><img src="imagelocation/2.jpg"></a>
Page2 snippet:
<a rel="external" href="imagelocation/22.jpg">
<img src="imagelocation/2.jpg"><br>
Description<br> <br>
<a name="2"></a>
I know it’s kinda a hack but you could do something like this:
JS
HTML