QueryString in JavaScript
by Captain Database on Nov 11th in JavaScript, Regex, Web Development
Here’s a simple one: you want to access the querystring via JavaScript. It seems like it should be so easy to do, but unfortunately, it’s not. In fact, doing it well can require some pretty heavy lifting depending on your algorithm. Well, I figured out a pretty easy way to do it with regular expressions [...]