摘要: //下载 function Download(id) { var form = $(""); //定义一个form表单 form.attr('style', 'display:none'); //在form表单中添加查询参数 form.... 阅读全文
posted @ 2014-09-12 15:00 JamsBangdong 阅读(205) 评论(0) 推荐(0)
摘要: 搜索 formnovalidate然后改成这种,也就是if中间注释 // allow suppressing validation by adding the html5 formnovalidate attribute to the submit button... 阅读全文
posted @ 2014-09-12 09:35 JamsBangdong 阅读(639) 评论(0) 推荐(0)