Estoy tratando de obtener la lista de casillas de verificación y el recuento que se marcan. Tengo esto:jquery marque casillas de verificación
var obj = $(this).closest('li').find(':checkbox');
var childCount=$(obj).size();
var checkedCount=$(obj).(':checked').length;
me sale error en checkedCount
??
lee esto http://forum.jquery.com/topic/count-checked-checkboxes – diEcho