//计算checkbox有多少个被选中
$("input[name='user_apply']:checked").length);//可以查看 所有的name=user_apply被选中的checkbox的个数