Skip to content

Instantly share code, notes, and snippets.

View zenorocha's full-sized avatar

Zeno Rocha zenorocha

View GitHub Profile
@zenorocha
zenorocha / Prevent default event for links that contains "#"
Created August 5, 2011 13:05
Prevent default event for links that contains "#"
@zenorocha
zenorocha / jQuery Check All
Created May 11, 2011 00:28
Easiest “check all” ever with jQuery
/* HTML */
<fieldset>
// these will be affected by check all
<div><input type="checkbox" class="checkall"> Check all</div>
<div><input type="checkbox"> Checkbox</div>
<div><input type="checkbox"> Checkbox</div>
<div><input type="checkbox"> Checkbox</div>
</fieldset>
<fieldset>