Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="//code.jquery.com/jquery-2.1.1.min.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
<div data-role="main" class="ui-content">
    <label for="income">income:</label>
    <input type="number" name="income" id="income" value="0">
    <label for="costs">costs:</label>
    <input type="number" name="costs" id="costs" value="0">
    <label for="social">social:</label>
    <input type="number" name="social" id="social" value="0">
    <label for="health">health:</label>
    <input type="number" name="health" id="health" value="0">
    <center><a href="#" data-role="button" data-inline="true" id="compute-tax">Check Your tax</a></center>
  
  <p>The tax is: <span id="tax-value"></span></p>
</div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
nishanthspro
0viewers