Created
May 24, 2012 18:20
-
-
Save sahinsf/2783271 to your computer and use it in GitHub Desktop.
checboxes
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
//just add a class for files only and apply how many selected | |
var notchecked = $('input'+topLevelClass(splittedClassNames)+':not(:checked)').length; | |
var checked = $('input'+topLevelClass(splittedClassNames)+':checked').length; | |
var all = $('input'+topLevelClass(splittedClassNames)).length; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment