随笔分类 -  JQUERY

摘要:http://www.cnblogs.com/snandy/archive/2011/09/18/2180102.html 阅读全文
posted @ 2019-01-29 22:59 FinnYY 阅读(234) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/Nick-chen/p/6439609.html?utm_source=itdadao&utm_medium=referral 阅读全文
posted @ 2017-12-22 14:16 FinnYY 阅读(94) 评论(0) 推荐(0) 编辑
摘要:获取不同表格里面的值 克隆 设置 阅读全文
posted @ 2016-08-19 11:00 FinnYY 阅读(202) 评论(0) 推荐(0) 编辑
摘要://全选 反选 $('#chkAll').on('click',function(){ $('input.chkbox').prop('checked',$(this).prop('checked')); }); $('input.chkbox').on('click',function() { $ 阅读全文
posted @ 2015-11-26 09:27 FinnYY 阅读(123) 评论(0) 推荐(0) 编辑
摘要:1.url: 要求为String类型的参数,(默认为当前页地址)发送请求的地址。2.type: 要求为String类型的参数,请求方式(post或get)默认为get。注意其他http请求方法,例如put和delete也可以使用,但仅部分浏览器支持。3.timeout: 要求为Number类型的参数... 阅读全文
posted @ 2015-11-12 16:42 FinnYY 阅读(118) 评论(0) 推荐(0) 编辑
摘要:var imgCut = { imgOpt : { imgPrototypeId : 'imgPrototype', imgViewId: 'imgView', cutBox: 'cut', ... 阅读全文
posted @ 2015-10-23 11:01 FinnYY 阅读(303) 评论(0) 推荐(0) 编辑
摘要:PHP部分 /*图片上传*/ public function upload1(){ $file = $_FILES['file']; $upload = new \Think\Upload();// 实例化上传类 $upload->maxSize =... 阅读全文
posted @ 2015-10-23 10:54 FinnYY 阅读(792) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示