![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
21/03/2011, 08:57
|
![Avatar de iviamontes](http://static.forosdelweb.com/customavatars/avatar385922_2.gif) | | | Fecha de Ingreso: enero-2011 Ubicación: $cubano->Arg->Mendoza
Mensajes: 1.184
Antigüedad: 14 años Puntos: 209 | |
Respuesta: problemas con jquery.validate y $.ajax() gracias InKarC, al final lo resolví con
$("#form1").submit(function(event){
if ($("#form1").validate().form() == true)
pero me parece más elegante tu solución |