/ Published in: jQuery
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
var users = new Array();
$("input:checkbox[name=user]:checked").each(function(){
users.push(this.value)
})
Comments
 Subscribe to comments
                    Subscribe to comments
                
                