Código:
Entonces deseo saber de que manera pasar por ejemplo un input dinamico$.ajax({
url: $(this).attr("action"),
type: "POST",
data: $(this).serialize(),
success:function(valor){
}
});
Código:
Gracias de antemano <table> <tr> <td>nombre</td> <td>edad</td> </tr> <tr> <td><input type="text" name="nombre[]" id="nombre" /></td> <td><input type="text" name="edad[]" id="edad" /></td> </tr> </table>


