Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script class="jsbin" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
<!--[if IE]>
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
  article, aside, figure, footer, header, hgroup, 
  menu, nav, section { display: block; }
  .percent_product { width: 30px; }
</style>
</head>
<body>
  
  <ul>
     <li>
    <input class="check_product" type="checkbox" checked="checked" name="product_1" />
    <input class="percent_product" type="text" value="20" />&#37;
    <label class="label_product" for="product_1" data-label="Sky Blue">Sky Blue</label>
     </li>  
     <li>
    <input class="check_product" type="checkbox" checked="checked" name="product_2" />
    <input class="percent_product" type="text" value="0" />&#37;
    <label class="label_product" for="product_2" data-label="Yellow">Yellow</label>
     </li>
     <li>
    <input class="check_product" type="checkbox" checked="checked" name="product_3" />
    <input class="percent_product" type="text" value="40" />&#37;
    <label class="label_product" for="product_3" data-label="Green">Green</label>
     </li>
    <li>
    <input class="check_product" type="checkbox" checked="checked" name="product_4" />
    <input class="percent_product" type="text" value="0" />&#37;
    <label class="label_product" for="product_4" data-label="Wood Brown">Wood Brown</label>
     </li> 
  </ul>
  
  <button id="serialize" />Serialize</button>
  
  <div id="debug">
  </div>
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers