随笔分类 - JQUERY
摘要:http://www.cnblogs.com/snandy/archive/2011/09/18/2180102.html
阅读全文
摘要:https://www.cnblogs.com/Nick-chen/p/6439609.html?utm_source=itdadao&utm_medium=referral
阅读全文
摘要://全选 反选 $('#chkAll').on('click',function(){ $('input.chkbox').prop('checked',$(this).prop('checked')); }); $('input.chkbox').on('click',function() { $
阅读全文
摘要:1.url: 要求为String类型的参数,(默认为当前页地址)发送请求的地址。2.type: 要求为String类型的参数,请求方式(post或get)默认为get。注意其他http请求方法,例如put和delete也可以使用,但仅部分浏览器支持。3.timeout: 要求为Number类型的参数...
阅读全文
摘要:var imgCut = { imgOpt : { imgPrototypeId : 'imgPrototype', imgViewId: 'imgView', cutBox: 'cut', ...
阅读全文
摘要:PHP部分 /*图片上传*/ public function upload1(){ $file = $_FILES['file']; $upload = new \Think\Upload();// 实例化上传类 $upload->maxSize =...
阅读全文