how to check validation exist or not in Jquery
how to verify weather the form contains validations or not in MVC 4.0 Razor application.
because in my form 50 controls there, in that 30 controls are mandatory.
i filled 29 controls with data, when i click on save button it shows
pop up like "Please Enter data". how can i ?