Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-1.9.0.min.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
  <div class="options">
    <ul>
    <label><input type="radio" name="Selection" class="check-all" value="Default" id="type_0" />Default</label>
    <label><input type="radio" name="Selection" class="uncheck-all" value="Custom" id="type_1" />Custom</label>
    </ul>
    <ul class="tree">
      <li><input type="checkbox"><label>Select All</label>
    <ul>
     <li><input type='checkbox' value='1'><label style="" alt="">main1</label>
    <ul>
    <li><input type='checkbox' name='chk_0' class="def" value='1'>            <label>option1</label></li>
    <li><input type='checkbox' name='chk_1' class="def" value='1'>   <label>option1</label></li>
</ul>
</li>
<li><input type='checkbox' name='' id='10' value='1'><label>main2</label>
    <ul>
    <li><input type='checkbox' class="cus" name='' id='chk_7'' value='1'>  <label>option1</label></li>
    <li><input type='checkbox' class="cus" name='chk_4' id='chk_8' value='1'> <label>option1</label></li>
    <li><input type='checkbox' class="cus" name='chk_5' id='chk_9' value='1'><label>option1</label></li>
</ul>
</li>
<li><input type='checkbox' name='' id='10' value='1'><label>main3</label>
    <ul style="width: 90%">
    <li><input type='checkbox' class="cus" name='' id='chk_7'' value='1'><label>option1</label></li>
    <li><input type='checkbox' class="cus" name='chk_4' id='chk_8' value='1'><label>option1</label></li>
    <li><input type='checkbox' class="cus" name='chk_5' id='chk_9' value='1'><label>option1</label></li>
</ul>
</li>
<li><input type='checkbox' name='' id='10' value='1'><label>main3</label>
    <ul style="width: 90%">
    <li><input type='checkbox' class="def" name='' id='chk_7'' value='1'><label>option1</label></li>
    <li><input type='checkbox' class="def" name='chk_4' id='chk_8' value='1'><label>option1</label></li>
    <li><input type='checkbox' class="def" name='chk_5' id='chk_9' value='1'><label>option1</label></li>
</ul>
</li>
<li><input type='checkbox' name='' id='10' value='1'><label>main3</label>
    <ul style="width: 90%">
    <li><input type='checkbox' class="cus" name='' id='chk_7'' value='1'><label>option1</label></li>
    <li><input type='checkbox' class="cus" name='chk_4' id='chk_8' value='1'><label>option1</label></li>
    <li><input type='checkbox' class="cus" name='chk_5' id='chk_9' value='1'><label>option1</label></li>
</ul>
 </li>
 </ul></li>
   </ul>
</div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers