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>
  <ul class="main" style="list-style-type:none;">
    <li class="append_list">
      <label>Product 1</label> <input type="text">
      <br>
       <label>Product 2</label> <input type="text">
      <br>
       <label>Product 3</label> <input type="text">
      <br>
       <label>Product 4</label> <input type="text">
      <br>
    
    </li>
  </ul>
    <button id="add" style="clear:both">ADD NEW PRODUCTS</button>
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
vivekdxpro
0viewers