Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
  
  <label>
    Do you have your Vheicals Title?
    <select class="enteredClassic" id="title">
      <option selected value="No">select option</option>
      <option value="No">No</option>
      <option value="Yes">Yes</option>
    </select>
  </label>
  
  <label>
    Do you earn more then $1,500 per month?
    <select class="enteredClassic" id="income">
      <option selected value=No>select option</option>
      <option value=No>No</option>
      <option value=Yes>Yes</option>
    </select>
  </label>
  
  <label>
    Your chances of funding:
    <select class="enteredYear" id="chances" name=year>
      <option selected value="0">0%</option>
      <option value="1">10%</option>
      <option value="3">30%</option>
      <option value="4">40%</option>
    </select>
  </label>
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
customappspro
0viewers