jQTouch
jQTouch copied to clipboard
Query Parameters
Hi, I'm trying to use jqtouch with phonegap, as as such, phonegap provides no "server-side" programming. everything must be coded client side.
I noticed in links, when using jqtouch links with href tags like href="mypage.html?variable=1" becomes
href="#mypage"
The query string is removed from the href
How can we pass query string parameters that we can later fetch with javascript?
Im trying to make dynamic pages for the listing of a business doing something like
I would fetch the value of id in the query string, and do a remote ajax call to my web-service to fill in the relevant info in the business.html page template.
Thanks