Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
  <table id="article">
    <thead>
      <tr>
        <th>Artikelnummer</th>
        <th>Menge</th>
        <th>Service-Nummer</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td class="article-number">
          <input type="text" name="articles[0][number]" />
        </td>
        <td class="article-plenty">
          <input type="number" name="articles[0][plenty]" min="0" />
        </td>
        <td class="article-service-number">
          <input type="text" name="articles[0][service-number]" />
        </td>
      </tr>
    </tbody>
  </table>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers