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>
  <link href="//cdnjs.cloudflare.com/ajax/libs/select2/4.0.0/css/select2.min.css" rel="stylesheet" />
<script src="//cdnjs.cloudflare.com/ajax/libs/select2/4.0.0/js/select2.min.js"></script>
  <style>
    .select2-results .select2-disabled,  .select2-results__option[aria-disabled=true] { 
    display: none;
    }
  </style>
</head>
<body>
  <select id="test" style="width:100px">
    <option></option>
    <option value='1' disabled>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
anonymouspro
0viewers