Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
  <style>
        .valid {
            border: #0C0 solid 1px;
        }
        .invalid {
            border: #F00 solid 1px;
        }
   </style>
</head>
<body>
  <div>
        <form id="ourForm">
            <label>First Name</label><input type="text" name="firstname" id="firstname" class="" /><br />  
            <label>Last Name</label><input type="text" name="lastname" id="lastname" class="" /><br />  
            <label>Username</label><input type="text" name="username" id="username" class="" /><br />
            <label>Email</label><input type="text" name="email" id="email" class="" /><br />  
            <input type="submit" value="submit" class="" />  
        </form>
    </div>
  <script src="form_validation_object.js"></script>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
yegyapro
0viewers