似月是你
God helps those who help themselves.
天 道 酬 勤
摘要: 多张图下载,下载图片,跨域的不可以 download.js源码 //download.js v4.21, by dandavis; 2008-2018. [MIT] see http://danml.com/download.html for tests/usage // v1 landed a F 阅读全文
posted @ 2020-07-25 14:32 似月是你 阅读(354) 评论(0) 推荐(0) 编辑
摘要: 下载视频 <script src="http://danml.com/js/download2.js"></script> var x=new XMLHttpRequest(); x.open("GET", src, true); x.responseType = 'blob'; x.onload= 阅读全文
posted @ 2020-07-17 18:09 似月是你 阅读(177) 评论(0) 推荐(0) 编辑
摘要: PHP去除小数点后面的0,保留非零 floatval($num) PHP转数组var d = eval(数组d); PHP字符串转数组 $row['0'] = explode(";", $row['0']); PHP空格转下划线:$primary = str_replace(' ', '_', $_ 阅读全文
posted @ 2020-07-10 10:16 似月是你 阅读(151) 评论(0) 推荐(0) 编辑
摘要: <!-- 点击切换引入 --> <script type="text/javascript" src="js/jquery.js"></script> <script type="text/javascript" src="js/jquery.SuperSlide.2.1.1.js"></scrip 阅读全文
posted @ 2020-07-08 16:52 似月是你 阅读(731) 评论(0) 推荐(0) 编辑
摘要: 将上传文件的input的val设置为空 $("#test11").parent().find("input").val(''); 阅读全文
posted @ 2020-07-08 15:20 似月是你 阅读(465) 评论(0) 推荐(0) 编辑
摘要: $(document).mouseup(function (e) { var _con = $('.select ul'); if (!_con.is(e.target) && _con.has(e.target).length 0) { $('.select ul').slideUp(); $(" 阅读全文
posted @ 2020-07-08 15:19 似月是你 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 参考网站:https://segmentfault.com/q/1010000010391524 { image-rendering: -moz-crisp-edges; /* Firefox */ image-rendering: -o-crisp-edges; /* Opera */ image 阅读全文
posted @ 2020-07-08 15:05 似月是你 阅读(1578) 评论(0) 推荐(0) 编辑
摘要: var top = $(this).offset().top; $('html , body').animate({scrollTop: top-100},10); 阅读全文
posted @ 2020-07-08 15:01 似月是你 阅读(221) 评论(0) 推荐(0) 编辑