JQuery function to select checkboxes
        Posted  
        
            by Adem
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Adem
        
        
        
        Published on 2010-06-14T06:43:32Z
        Indexed on 
            2010/06/14
            6:52 UTC
        
        
        Read the original article
        Hit count: 186
        
I need a function that accepts a parameter with its id example a div and after that loops inside the div to look for checkboxes and if there is/are any checks if its value is checked and returns true if every checkbox is checked returns false.
© Stack Overflow or respective owner