[jQuery] Re: Get parameters from URL

2009-10-17 Thread ReynierPM
brian ally wrote: The google shows several implementations: http://www.mathias-bank.de/2007/04/21/jquery-plugin-geturlparam-version-2/ http://jquery-howto.blogspot.com/2009/09/get-url-parameters-values-with-jquery.html http://projects.allmarkedup.com/jquery_url_parser/ On Sat, Oct 17, 2009 at

[jQuery] Re: Get parameters from URL

2009-10-17 Thread mkmanning
There are several plugins: http://plugins.jquery.com/project/parseQuery On Oct 17, 7:41 am, ReynierPM 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['

[jQuery] Re: Get parameters from URL

2009-10-17 Thread brian ally
The google shows several implementations: http://www.mathias-bank.de/2007/04/21/jquery-plugin-geturlparam-version-2/ http://jquery-howto.blogspot.com/2009/09/get-url-parameters-values-with-jquery.html http://projects.allmarkedup.com/jquery_url_parser/ On Sat, Oct 17, 2009 at 10:41 AM, ReynierPM