I've searched all over the place, but I can't find a one post that gets a query string value in a single line, without writing a function themselves...
Isn't getting a value from a query string built into JQuery?
I've searched all over the place, but I can't find a one post that gets a query string value in a single line, without writing a function themselves...
Isn't getting a value from a query string built into JQuery?
start with window.location.href
, then use string commands to substring at first '?'.