摘要:
判断checkBox是否被选择了:function checkAllCommand(){ var checkBox = document.getElementsByName("jqg_wfgrid1_1"); if($("#cb_wfgrid1").attr("checked")){ for(var i = 0; i < checkBox.length; i ++){ checkBox[i].checked = true; } }else{ for(var i = 0; i < checkBox.length; i ++) 阅读全文
posted @ 2013-01-05 17:08
Brin Page
阅读(169)
评论(0)
推荐(0)
摘要:
在IE中出现中文乱码,但在chrome,firefox中正常.可能出现的问题:1.数据提交时使用了$.get()解决方案:使用$.post()方法提交 阅读全文
posted @ 2013-01-05 10:46
Brin Page
阅读(411)
评论(0)
推荐(0)

浙公网安备 33010602011771号