[jQuery] Re: send checkboxes array

2007-09-16 Thread bogo
Problem resloved - so simple ;) you can not use tags[], but works with 'tags[]' as a key. jQuery.post("post.php",{ 'tags[]': tagsArray, } bogo

[jQuery] Re: send checkboxes array

2007-09-16 Thread bogo
Thanks, but plugin do not resolve my problem. I can not generate proper ajax POST query (like: tags[]=city1&tags[]=city2&tags[]=city3) with jQuery .send() method. bogo On Sep 16, 5:12 pm, "Glen Lipka" <[EMAIL PROTECTED]> wrote: > There is a nice plugin for doing t

[jQuery] send checkboxes array

2007-09-16 Thread bogo
ty1&tags[]=city2&tags[]=city3 how can I do that? Thanks bogo