I’m trying to get my EE site working with JQM. I’ve found lots of places where people say they are doing it but no one seems to answer how they get the links working with ajx inside of JQM. JQM requires a “hashtag” to links in the same folder.
I’ve created a template group “mobile”. My link is taking me to a bad url though.
My link looks like this
<a href="http://mobile/another_test">Test Button</a>and it takes me to
<a href="http://domain.com/currentpage/#mobile/another_test">http://domain.com/currentpage/#mobile/another_test</a>
Any idea how to get this working. Anyone who has a successful EE JQM site care to show me how you got the links working with AJAX?
Here is a link if you want to look at what it’s doing. Just hit the “test button” text at the bottom.
http://thechallengecup.org/test/
Thanks for the help,
Jason