2017年4月12日

摘要: 添加引用 前端提交 这是我上传图片的处理文件 阅读全文

posted @ 2017-04-12 14:07 熊先生丶 阅读(277) 评论(0) 推荐(0) 编辑

摘要: 添加引用 img2为div的id text后面跟要生成的数据 如何需要打印二维码,需要把图片生成不然打印出来是空白的 阅读全文

posted @ 2017-04-12 14:01 熊先生丶 阅读(128) 评论(0) 推荐(0) 编辑

摘要: 添加引用 打印js dayc 为打印的div 阅读全文

posted @ 2017-04-12 13:51 熊先生丶 阅读(100) 评论(0) 推荐(0) 编辑

摘要: $("#tj").attr("disabled", true); //不可用 $("#tj").removeAttr("disabled");//可用 阅读全文

posted @ 2017-04-12 13:46 熊先生丶 阅读(1429) 评论(0) 推荐(0) 编辑

摘要: $("#chexk").get(0).checked $("#chexk").is(':checked') 阅读全文

posted @ 2017-04-12 13:45 熊先生丶 阅读(119) 评论(0) 推荐(0) 编辑

摘要: 获取中文如果是乱码这需要以下处理 阅读全文

posted @ 2017-04-12 13:39 熊先生丶 阅读(103) 评论(0) 推荐(0) 编辑

摘要: document.onkeydown = function (event) { var e = event || window.event || arguments.callee.caller.arguments[0]; if (e && e.keyCode == 13) { // enter 键 //要做的事... 阅读全文

posted @ 2017-04-12 13:38 熊先生丶 阅读(79) 评论(0) 推荐(0) 编辑

摘要: $.ajax({ type: 'post',//提交方式 url: '../Service/CIICService.asmx/addorupdate',//路径 dataType: 'json', data: JSON.stringify(obj),//传入的参数 ... 阅读全文

posted @ 2017-04-12 11:46 熊先生丶 阅读(86) 评论(0) 推荐(0) 编辑