Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. <label for="showItemsJeans">
  2. <h4><input type="checkbox" id="showItemsJeans" onclick="ShowFreeJeans(this)"/>Gunakan Bonus</h4>
  3. </label>
  4. <div id="itemJeans" style="display: none">
  5. <input type="checkbox" id="disableFunctionItem" name="free_jeans" value="" onclick="disableFunction()"> Items 1</h4>
  6. <br>
  7. <input type="checkbox" id="disableFunctionItem" name="free_jeans" value="" onclick="disableFunction()"> Items 2</h4>
  8. <br>
  9. <input type="checkbox" id="disableFunctionItem" name="free_jeans" value="" onclick="disableFunction()"> Items 3</h4>
  10. <br>
  11. <input type="checkbox" id="disableFunctionItem" name="free_jeans" value="" onclick="disableFunction()"> Items 4</h4>
  12. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement