Ver Mensaje Individual
  #8 (permalink)  
Antiguo 07/08/2014, 12:44
Avatar de Alexis88
Alexis88
Philosopher
 
Fecha de Ingreso: noviembre-2011
Ubicación: Tacna, Perú
Mensajes: 5.552
Antigüedad: 13 años, 1 mes
Puntos: 977
Respuesta: Agregar Selects dependientes en un formulario dinamico

Cita:
Iniciado por livemusic Ver Mensaje
Creo que tu error siempre fue ...


data:'idref='+$('#ref'+cuentaInputs).val(),

-----------------------------------------

data: {idref: $('#ref'+cuentaInputs).val()},


En realidad eso no es exacto pues como bien dice en el manual oficial:

Cita:
Iniciado por Manual de jQuery
data
Type: PlainObject or String or Array
Data to be sent to the server. It is converted to a query string, if not already a string. It's appended to the url for GET-requests. See processData option to prevent this automatic processing. Object must be Key/Value pairs. If value is an Array, jQuery serializes multiple values with same key based on the value of the traditional setting (described below).
Al atributo data también se le puede asignar una cadena conteniendo la query string, no necesariamente se debe de utilizar un objeto literal.

Saludos
__________________
«Juro por mi vida y mi amor por ella, que jamás viviré para el provecho de otro hombre, ni le pediré a otro hombre que viva para el mío».

Ayn Rand