If you have ever had to work with PHP the luxury of becoming used to simple things like request parameter processing can be lost. Sometimes you have no alternative if you are working with a simple HTML file.
Hence comes in this nifty little jquery plugin, it allows you to grab parameters from the url and then process them accordingly. One way that this could be useful is if you wanted to detect a page state or to display or hide an element depending on the state.
You can download the plugin here and its also fairly light too which is good.
Here is an example of the source, its relatively short so i am posting it here and you can give it a try: Continue reading →