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
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
2 matches
Mail list logo