[jQuery] Re: problem with Query String Object

2008-07-14 Thread McEdonskiy
thanks On Jul 14, 5:34 am, "Sam Sherlock" <[EMAIL PROTECTED]> wrote: > testing your url here: > > http://test.blairmitchelmore.com/jquery.query/?shosse[]=20&shosse[]=22&shosse[]=23&shosse[]=24&price=0 > > gives you this > > get "shosse" => [20, 22, 23, 24] > > > > > get "price" => 0 > > > tostri

[jQuery] Re: problem with Query String Object

2008-07-13 Thread Sam Sherlock
testing your url here: http://test.blairmitchelmore.com/jquery.query/?shosse[]=20&shosse[]=22&shosse[]=23&shosse[]=24&price=0 gives you this get "shosse" => [20, 22, 23, 24] > > get "price" => 0 > > tostring => "?shosse[0]=20;shosse[1]=22;shosse[2]=23;shosse[3]=24;price=0" > then in firebug I t