JQ如何判断表格复选框选中的个数 $('#tableID input[type="checkbox"]:checked').length HTTP控件的 onChange事件 猜测源码逻辑应该是这样 function OnChance(VFunction){ $(this).focus(function(){ var value=$(this).val() $(this).unFocus(function(){ if(value!=$(this).val()){ callback("VFunction"); } }) $(this).unbind("focus").unbind("unFocus"); }) }