if ($test1[0].checked) { alert("这个复选框通过javascript判断被选中!"); }
if ($test2.is(":checked")) { alert("这个复选框通过jQuery判断被选中!"); }