Is it possible to use errorPlacement with the validation plugin to have a
different placement for each field validated?

ie.
$('#testForm').validate({
        rules:{
                firstname:{required:true},
                integer:{required:true}
        }
})

I would like to have the error for firstname appended to $('#div1') , and
errors for integer before $('#div2')



-- 
View this message in context: 
http://www.nabble.com/validation---multiple-errorPlacements-tf4482247s15494.html#a12781506
Sent from the JQuery mailing list archive at Nabble.com.

Reply via email to