There are several plugins:

http://plugins.jquery.com/project/parseQuery


On Oct 17, 7:41 am, ReynierPM <rper...@uci.cu> wrote:
> Hi every:
> It's possible to get values from URL with jQuery like PHP? For example
> suppose you have this URL: form.html?s=ok&val=rperezm. In PHP is simple:
> [code]
>   echo $_GET['s']; // return ok
>   echo $_GET['val']; // return rperezm
> But I don't know if this is possible in Javascript and also with jQuery.
> Can any body guide me on this?
> Cheers and thanks in advance
> --
> ReynierPM

Reply via email to