[jQuery] Re: sending an array[] with $.ajax post

2008-02-15 Thread hcvitto
thanks anyway i foun a way to do it through this: var myFunction = function() { $("#myButton").click(function() { if (confirm("are you sure?")){ arrayCheckBox = new Array; $("input:checked").ea

[jQuery] Re: sending an array[] with $.ajax post

2008-02-14 Thread andrea varnier
On 14 Feb, 16:59, hcvitto <[EMAIL PROTECTED]> wrote: > data: what should i write here??? how should i send my > arrayCheckBox values?? you have to use a map, an object containing name: value pairs. the names will be the names of the variables that the php script is expecting to receive. so if t