[jQuery] Re: jQuery query string implementation

2009-02-09 Thread jQuery Lover

Nice work...


Read jQuery HowTo Resource  -  http://jquery-howto.blogspot.com



On Sat, Feb 7, 2009 at 7:17 AM, mkmanning michaell...@gmail.com wrote:

 FYI I just uploaded a plugin (http://plugins.jquery.com/project/
 parseQuery) that's pretty small (449 bytes minified); it parses the
 querystring into an object.

 On Feb 5, 6:53 am, jQuery Lover ilovejqu...@gmail.com wrote:
 Agree, that would be something useful... but it's better to have it as
 a plugin, since you don't need it for the most of the time...

 
 Read jQuery HowTo Resource  -  http://jquery-howto.blogspot.com

 On Thu, Feb 5, 2009 at 7:44 PM, Matt Gardner lo...@newmethods.org wrote:
  John and crew, was curious for your opinion related to storing query string
  variables in an array (and perhaps expanding to capture key/value pairs
  beyond the # as well). Something worthwhile to have in the core?
 http://stackoverflow.com/questions/439463/how-to-get-get-and-post-var...

  -- Matt



[jQuery] Re: jQuery query string implementation

2009-02-07 Thread mkmanning

FYI I just uploaded a plugin (http://plugins.jquery.com/project/
parseQuery) that's pretty small (449 bytes minified); it parses the
querystring into an object.

On Feb 5, 6:53 am, jQuery Lover ilovejqu...@gmail.com wrote:
 Agree, that would be something useful... but it's better to have it as
 a plugin, since you don't need it for the most of the time...

 
 Read jQuery HowTo Resource  -  http://jquery-howto.blogspot.com

 On Thu, Feb 5, 2009 at 7:44 PM, Matt Gardner lo...@newmethods.org wrote:
  John and crew, was curious for your opinion related to storing query string
  variables in an array (and perhaps expanding to capture key/value pairs
  beyond the # as well). Something worthwhile to have in the core?
 http://stackoverflow.com/questions/439463/how-to-get-get-and-post-var...

  -- Matt


[jQuery] Re: jQuery query string implementation

2009-02-05 Thread jQuery Lover

Agree, that would be something useful... but it's better to have it as
a plugin, since you don't need it for the most of the time...


Read jQuery HowTo Resource  -  http://jquery-howto.blogspot.com



On Thu, Feb 5, 2009 at 7:44 PM, Matt Gardner lo...@newmethods.org wrote:
 John and crew, was curious for your opinion related to storing query string
 variables in an array (and perhaps expanding to capture key/value pairs
 beyond the # as well). Something worthwhile to have in the core?
 http://stackoverflow.com/questions/439463/how-to-get-get-and-post-variables-with-jquery/453688#453688

 -- Matt