天天看点

jq双向绑定

$("input[type='checkbox']").bind("click",function(){

        $('#id).html($("input[type='checkbox']:checked").length);

    });