Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
</head>
<body>
<form>
<ul>
    <li class="qtyField">
        <label class="gfield_label" for="input_5_78">How many dogs need training?</label>
        <div class="ginput_container ginput_container_number">
            <input name="input_78" id="input_5_78" step="any" min="0" max="5" value="0" type="number">
        </div>
        <div class="gfield_description">
            <span id="dogFace" class="emoji dog"></span>
            <span id="xtraDog"><br><br>Woah, that's a lot of dogs!<br />Please call (480) 555-1234 to discuss your training needs.</span>
        </div>
    </li>
</ul>
</form>
</body>
</html>
Output

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

Dismiss x
public
Bin info
KryptoniteDovepro
0viewers