Ver Mensaje Individual
  #3 (permalink)  
Antiguo 20/08/2008, 12:04
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.

la verdad no se que tan bien pueda funcionar pero tienes un par de errores, no te debes referir al nombre con los corchetes

Código:
function recargar_tags(){

var x = document.getElementById('tag_re').value;

new Ajax.Updater('capa_tags','tags.php',{parameters: {'nuevo_tag':x,'seleccionados' : $$('input[name="tag"]:checked').pluck('value') }});

}
Intentalo asi a ver
__________________
My path is lit by my own fire, I only go where I desire