/ 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) })