Get Query String Parameters with JavaScript

Query string parameters have been incredibly useful on the server side since the internet took liftoff, but it wasn’t until AJAX-driven web apps became popular that we relied too much on them on the client side. Not only do we grab parameter values but we also modify them dynamically with the History API, so these … Continue reading Get Query String Parameters with JavaScript