Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-3.0.0-alpha1.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  
<div class="amount"><input type="text" name="quantity" value="1" id="product_amount_1234"/> 
<div class="change" data-id="1234">
    <a href="#" data-way="up" title="+" class="up">+</a>
    <a href="#" data-way="down" title="-" class="down">-</a>
 </div>
<div class="amount"><input type="text" name="quantity" value="1" id="product_amount_4321"/>
  <div class="change" data-id="4321">  >
    <a href="#" data-way="up" title="+" class="up">+</a>
    <a href="#" data-way="down" title="-" class="down">-</a>
 </div>
  
  
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
kshyjupro
0viewers