validation - Validating entire form with "required" in parsley without adding "required" to individual fields -


is there way validate entire form in parsley? in, want make sure fields validated "required" without adding keyword each of fields. following:

<form action="file.jsp" method="post" data-parsley-validate required> 


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -