Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

DOM Atomic 07: Automatic Tabbing Fields

Description

JavaScript can create less work for an application's user. In this atomic, you automatically move the user's cursor to the next field in an HTML form. It'll look like this:

Tasks

Write code that accomplishes the following:

  1. The user sees an HTML form, which has three separate fields for parts of a phone number (ex: 402-555-0000).
  2. Write JavaScript so that when a user types in enough characters for each of the first two fields, their cursor automatically moves to the next field.