I know you can obtain an URL variable by calling getUrlVars()["id"], however is there a way to get all (an unknown number of) variables in the URL? For a few reasons I am only allowed to do this on client side.
I know you can obtain an URL variable by calling getUrlVars()[id] , however is
Share
try this: