Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<div id="puzzle-wrapper">
  <select id="aa">
    <option>127</option>
    <option>18</option>
  </select>
</div>
<script type="text/javascript">
  $('option:selected', $('#aa')).removeAttr('selected').next('option').attr('selected', 'selected');
</script 
 
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" ></script>
    <script src="js/jquery.crossword.js"></script>
    <script src="js/script.js"></script>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers