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.js"></script>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
    <div class="wrapper">
      <div class="vacation" data-price="339.99">
        <h3>British vacation</h3>
        <p>£339.99 per ticket</p>
        <p>Tickets: 
        <input type="number" class="quantity" value='1'>
        <p/>
      </div>
      <p>Total price £: <span class="total">399.99</span></p>
    </div>
    <div class="wrapper">
      <div class="vacation" data-price="449.99">
        <h3>Spanish vacation</h3>
        <p>£449.99 per ticket</p>
        <p>Tickets: 
        <input type="number" class="quantity" value='1'>
        <p/>
      </div>
      <p>Total price £: <span class="total">449.99</span></p>
    </div>
    <div class="wrapper">
      <div class="vacation" data-price="559.99">
        <h3>Italian vacation</h3>
        <p>£559.99 per ticket</p>
        <p>Tickets: 
        <input type="number" class="quantity" value='1'>
        <p/>
      </div>
      <p>Total price £: <span class="total">559.99</span></p>
    </div>
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
dariusz75pro
0viewers