0
I have a View with some fields, I need to do a validation to check if the field is empty when the user click on a button ex: save, I searched some functions in jQuery no more meets what I need to do, someone knows a jQuery function that validates all fields in a view without having to name the ex field:
Nome :{
required : true
}
would like an example where the function is generic, where I can use a single time for several fields.
I answered this:
 
 > http://answall.com/questions/11483/validaca-de-campos-no-client-em-asp-net-mvc-4/11485#11485
– Leonel Sanches da Silva