How do I append a query string such as ?a=0
on document ready? It must first check if there is an existing query string. It should only append the query string if there isn't one there already. Otherwise, it should do nothing.
-
2What do you have so far?Todd Motto– Todd Motto2014-01-17 16:54:21 +00:00Commented Jan 17, 2014 at 16:54
-
Duplicate question - stackoverflow.com/questions/901115/…Tom– Tom2014-01-17 16:55:10 +00:00Commented Jan 17, 2014 at 16:55
-
You may be able to reference: Append to URL and Refresh PageCraighead– Craighead2014-01-17 16:55:20 +00:00Commented Jan 17, 2014 at 16:55
-
Perhaps take a look at: stackoverflow.com/questions/4656843/…David J Barnes– David J Barnes2014-01-17 16:56:28 +00:00Commented Jan 17, 2014 at 16:56
-
if you have apache: stackoverflow.com/questions/11210412/…Fabrizio Calderan– Fabrizio Calderan2014-01-17 16:57:05 +00:00Commented Jan 17, 2014 at 16:57
Add a comment
|