Skip to content

tutsplus/practice-javascript-and-learn-form-validation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructor: Jeremy McPeak

JavaScript was created for validating forms because it allowed for a better user experience by validating the form before it was submitted to the server. Interestingly, form validation remained largely unchanged until HTML5. Validating forms used to be a tedious and mundane process, but thanks to these new features in HTML5, we can write validation code much more easily. We can now take advantage of the built-in Constraint Validation API to provide a clean user experience without having to write a lot of code.

In this course, Jeremy McPeak will show you how to use JavaScript and the HTML5 Constraint Validation functionality to ensure user data in forms is entered correctly. We'll code a simple form from start to finish, adding validation at each step.

Source Files Description:

This repo contains the source code for each lesson in this course. The code for each lesson is contained within a folder named with the corresponding lesson number.


These are source files for the Envato Tuts+ course: Practice JavaScript and Learn: Form Validation

Available on Tuts+. Teaching skills to millions worldwide.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 71.7%
  • JavaScript 28.3%