[jQuery] problem with Query String Object

[jQuery] problem with Query String Object


I have a problem with use jquery plugin http://plugins.jquery.com/project/query-object
this is my URL www.site.ru/search.php?shosse[]=20&shosse[]=22&shosse[]=23&shosse[]=24&price=0
this is my code:
$.query.get('shosse[]') => empty string (don`t work)
$.query.get('price') => 0 (work fine)
why it doesn`t work ?
Thanks!