Skip to content

Instantly share code, notes, and snippets.

View avtarnanrey's full-sized avatar
:electron:

Avtar Nanrey avtarnanrey

:electron:
View GitHub Profile
@avtarnanrey
avtarnanrey / checkbox.html
Created November 22, 2016 19:31
Working with Checkbox - Hide Show the content with data-type attribute from the checkbox
<!-- Checboxes -->
<form id="productCategories">
<input type="checkbox" name="product[]" value="vitamin" checked>Vitamin<br>
<input type="checkbox" name="product[]" value="mineralwater" checked>Mineral Water<br>
<input type="checkbox" name="product[]" value="proteinbar" checked>Proteinbar
</form>
<!-- List Items -->
<ul class="product-list">
<li class="product-item" data-prod_id="V-BC2178">