Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
  
  
  <div style="display: table-cell; width:150px; z-index:-1;" id="supdiv">
    <input size='10' id='supinput' />
            <div id='supsel' style='position:absolute;z-index:0;background-color:#b0c4de;'>
              <input type ='checkbox' value='0' id = 'supplier[]' name='supplier'>A<br />
              <input type ='checkbox' value='1' id = 'supplier[]' name='supplier'>A<br />
              <input type ='checkbox' value='2' id = 'supplier[]' name='supplier'>A<br />
    <input type ='checkbox' value='3' id = 'supplier[]' name='supplier'>A<br />
<input type='button' value='OK' id='supclose' />
            </div>
</div>
  
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers