Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <head>
    <script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
    <meta charset="utf-8">
    <title>JS Bin</title>
  </head>
  <body>
    you can even click outside of an opened dropdown to see it close.
<br><br><br><br>
    <div class="cselect">
      <input type="text" disabled placeholder="Select">
      <ul>
          <li>Business</li>
          <li>Hair</li>
      </ul>
    </div>
    
    <div class="cselect">
      <input type="text" disabled placeholder="Select">
      <ul>
          <li>Business</li>
          <li>Hair</li>
      </ul>
    </div>
  </body>
</html>
Output

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

Dismiss x
public
Bin info
roXonpro
0viewers