Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  
<script src="http://code.jquery.com/jquery-git.js"></script>
  
<!-- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> -->
  
<!-- <script src="http://code.jquery.com/jquery-1.8.0.min.js"></script> -->
  
<!-- <script src="http://code.jquery.com/jquery-1.7.2.min.js"></script> -->
  
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
<select id="edit-repeat" class="">
  <option value="never" selected="">Never repeat</option>
  <option value="daily">Every day</option>
  <option value="weekly">Every week</option>
  <option value="monthly">Every month</option>
  <option value="yearly">Every year</option>
  <option value="custom">Custom...</option> </select>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers