My Labs
Javascript Query String Parser
Example
Download
The javascript query string parser allows you to easily parse query string parameters
Example
var qs = new QueryString();
if(qs.contains("name"))
firstName = qs.getValueOf("name");
Dual licensed under the MIT and GPL licenses.
Download v1.0