Problem resloved - so simple ;)
you can not use tags[], but works with 'tags[]' as a key.
jQuery.post("post.php",{
'tags[]': tagsArray,
}
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 this with some added styling
> b
There is a nice plugin for doing this with some added styling benefits.
http://kawika.org/jquery/checkbox/
Glen
On 9/16/07, bogo <[EMAIL PROTECTED]> wrote:
>
>
> Hi,
> I would like send array of checkboxes with the same name
>
>
>
>
> my javascript code:
> ...
>var tagsArray = new Arra
3 matches
Mail list logo