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="http://code.jquery.com/jquery-1.9.1.min.js"></script>
  
<script src="https://dl.dropboxusercontent.com/u/23971112/js/updated_select2.js"></script>  
  
      <link href="http://ivaynberg.github.io/select2/select2-3.4.5/select2.css?ts=2014-02-03T15%3A41%3A41-08%3A00" rel="stylesheet"/>
  
        <link href=" http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"/>
  
</head>
<body>
  <select id="test" style="width:100px">
    <option></option>
    <option value='1'>1</option>
    <option value='2' style="display:none">2</option>
  </select>
</body>
</html>
Output

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

Dismiss x
public
Bin info
holmes2136pro
0viewers