Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <p id="options">
    <strong>Options:</strong>
    <span>
      <input type="checkbox" name="ids" value="101" id="opcao-0">
      <label for="opcao-0" style="width: 0px;">Option 1</label>
      <input type="text" placeholder="Date" class="data hasDatepicker" name="datas" id="opcao-0-data">
    </span>
    <span>
      <input type="checkbox" name="ids" value="102" id="opcao-1">
      <label for="opcao-1">Option 2</label>
      <input type="text" placeholder="Date" class="data hasDatepicker" name="datas" id="opcao-1-data">
    </span>
    <span>
      <input type="checkbox" name="ids" value="103" id="opcao-2">
      <label for="opcao-2">Option 3</label>
      <input type="text" placeholder="Date" class="data hasDatepicker" name="datas" id="opcao-2-data">
    </span>
    <span>
      <input type="checkbox" name="ids" value="104" id="opcao-3">
      <label for="opcao-3">Option 4</label>
      <input type="text" placeholder="Date" class="data hasDatepicker" name="datas" id="opcao-3-data">
    </span>
    <span>
      <input type="checkbox" name="ids" value="105" id="opcao-4">
      <label for="opcao-4">Option 5</label>
      <input type="text" placeholder="Date" class="data hasDatepicker" name="datas" id="opcao-4-data">
    </span>
    <span>
      <input type="checkbox" name="ids" value="106" id="opcao-5">
      <label for="opcao-5">Option 6</label>
      <input type="text" placeholder="Date" class="data hasDatepicker" name="datas" id="opcao-5-data">
    </span>
    <span>
      <input type="checkbox" name="ids" value="107" id="opcao-6">
      <label for="opcao-6">Option 7</label>
      <input type="text" placeholder="Date" class="data hasDatepicker" name="datas" id="opcao-6-data">
    </span>
    <span>
      <input type="checkbox" name="ids" value="108" id="opcao-7">
      <label for="opcao-7">Option 8</label>
      <input type="text" placeholder="Date" class="data hasDatepicker" name="datas" id="opcao-7-data">
    </span>
    <span>
      <input type="checkbox" name="ids" value="109" id="opcao-8">
      <label for="opcao-8">Other Option.</label>
      <input type="text" placeholder="What?" class="outro" name="outro" id="opcao-8-outro">
      <input type="text" placeholder="Date" class="data hasDatepicker" name="datas" id="opcao-8-data">
    </span>
  </p>
  <input type="submit" value="send"/>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers