Created
January 11, 2017 08:30
-
-
Save koentjuh1/4040c1c1d9b69f01236c87c950112521 to your computer and use it in GitHub Desktop.
Reset filter, reset checkbox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Reset filters | |
$(".reset-filters").click(function(){ | |
$(".filter-inner input[type='checkbox']").prop('checked',false); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment