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

Source code for Tuts+ Course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Practice JavaScript and Learn: Form Validation

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.

About

Source code for Tuts+ Course

License:BSD 2-Clause "Simplified" License


Languages

Language:HTML 71.7%Language:JavaScript 28.3%