Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>   
  <button onclick="fazerRequisicao();">Pesquisar</button>
  <input type="text" id="hostgroup" style="width: 100px;" value="Portal">
  <hr/>
  <div id="div-responsetext"></div>
  
  <table id="producttable">
    <thead>
      <tr>
        <th>Group</th>
        <th>License</th>
      </tr>
    </thead>
    <tbody>
      <!-- existing data could optionally be included here -->
    </tbody>
  </table>
  <template id="productrow">
    <tr>
      <td class="group"></td>
      <td class="license"></td>
    </tr>
  </template>  
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers