Get URL Parameters & Values with jQuery
Recently, while working on one of my projects, I needed to read and get parameter values from URL string of the current page that was constructed and sent by PHP script. I came across this short and sweet JavaScript code snippet by Roshambo that does just that. In this post, I would like to share a little jQuery code snippet that makes getting URL parameters and their values more convenient.

