摘要:
判断checkbox选中的方法方法一:if ($("#checkbox-id")get(0).checked) { // do something}方法二:if($('#checkbox-id').is(':checked')) { // do something}方法三:if ($('#c... 阅读全文
posted @ 2016-01-23 23:38
louis68
阅读(407)
评论(0)
推荐(0)
2016年1月23日