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 
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers