[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 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 o

[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 wrote: > Agree, that would be something useful... but it's better to have it as > a plugin, since you d

[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 wrote: > John and crew, was curious for your o