I want to set a few options in a URL and if the URL is set to make something happen, i know how to do this in PHP etc... but never before in jQuery and wondering if it is possible (im sure it is) i want to have a set of links like.....
/?banner=banner1
/?banner=banner2
/?banner=banner3
Any ideas on how i can say something like if banner = banner1
do this etc...
im assuming might be using thing like $.get()
maybe?
Thanks in advance