To fetch query String variables in server side languages is pretty common but it's not common to fetch queryString values in javascript. For instance you have a URL like http//site.com/file.html?v=1&t=3 , i order to process this request you don't
Read More...