Parsing a URL Querystring with Javascript

Can you access a URL querystring with Javascript? Yes. Just refer to location.search. Why would you want to reference the URL querystring with Javascript? A couple reasons come to mind. Highlighting a specified term wherever it appears within a page Linking to a dynamic page in a specific state The latter, which I have also … Continue reading Parsing a URL Querystring with Javascript