$("input[type='checkbox']").bind("click",function(){ $('#id).html($("input[type='checkbox']:checked").length); });