Posts tagged ‘get variables’

Reading GET variables with JavaScript

by Josh Fraser on June 10, 2009


One of the things that isn't immediately obvious in JavaScript is how to access GET variables. I've seen lots of different implementations for this around the web, but the majority of them are bulkier than they need to be. Here's my favorite way to ...