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.1.min.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
    <form action="/basket" method="post">
        
        <div class="cheesegroup">
            <div class="grouptitle">French Cheese</div>
            
            <div class="groupcontent">
                <label for="camembert" class="cheesename">Camembert ($18)</label>
                <input name="camembert" value="0"/>
                <span class="subtotal latent">($<span>0</span>)</span>
            </div>
            
            <div class="groupcontent">
                <label for="tomme" class="cheesename">Tomme de Savoie ($19)</label>
                <input name="tomme" value="0"/>
                <span class="subtotal latent">($<span>0</span>)</span>
            </div>            
            
            <div class="groupcontent">
                <label for="morbier" class="cheesename">Morbier ($9)</label>
                <input name="morbier" value="0"/>
                <span class="subtotal latent">($<span>0</span>)</span>                    
            </div>
            
            <div class="sumline"></div>
            <div class="groupcontent latent">
                <label class="cheesename">Total:</label>
                <input class="placeholder" name="spacer" value="0"/>
                <span class="subtotal" id="total">$0</span>                    
            </div>
        </div>
        
        
    </form>
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
dupontpro
0viewers