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>
  <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
  <script src="//ajax.aspnetcdn.com/ajax/jquery.validate/1.13.1/jquery.validate.js"></script>
  <style>
    .error {
      color:red;
    }
  </style>
</head>
<body>
<form>
    <label>Current Age</label>
    <input id="age" type="number" name="age" required value="60"><br>
  <label>Age At Retirement</label>
  <input type="number" name="ageAtRetirement" required value="50"><br>
  <input type="submit" value="check"><br>
</form>
    
 
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers