Ver Mensaje Individual
  #5 (permalink)  
Antiguo 22/08/2008, 12:47
Avatar de foreverOdd
foreverOdd
 
Fecha de Ingreso: noviembre-2007
Ubicación: Caracas
Mensajes: 489
Antigüedad: 17 años
Puntos: 14
Respuesta: Problemita con ajax.updater al pasar un array.

aunque podrias hacer:

$$('input[name="tag"]:checked').pluck('value').toJSON();

y luego en php;
$json = $_POST["seleccionados"];
checks = json_decode($json, true));

y listo, tienes un arreglo con los checks seleccionados
__________________
My path is lit by my own fire, I only go where I desire