会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
似月是你
首页
联系
新随笔
博客园
管理
友情链接
God helps those who help themselves.
天 道 酬 勤
似月是你
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2020年7月25日
多张图下载,下载图片
摘要: 多张图下载,下载图片,跨域的不可以 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 似月是你
阅读(368)
评论(0)
推荐(0)
2020年7月17日
下载视频
摘要: 下载视频 <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 似月是你
阅读(180)
评论(0)
推荐(0)
2020年7月10日
PHP、JS一些用法
摘要: 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 似月是你
阅读(157)
评论(0)
推荐(0)
2020年7月8日
SuperSlide轮播切换
摘要: <!-- 点击切换引入 --> <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 似月是你
阅读(747)
评论(0)
推荐(0)
layui上传同一张图片第二次时choose没有反应
摘要: 将上传文件的input的val设置为空 $("#test11").parent().find("input").val('');
阅读全文
posted @ 2020-07-08 15:20 似月是你
阅读(479)
评论(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 似月是你
阅读(137)
评论(0)
推荐(0)
css设置图片宽高后,图片变模糊的问题
摘要: 参考网站:https://segmentfault.com/q/1010000010391524 { image-rendering: -moz-crisp-edges; /* Firefox */ image-rendering: -o-crisp-edges; /* Opera */ image
阅读全文
posted @ 2020-07-08 15:05 似月是你
阅读(1587)
评论(0)
推荐(0)
获取元素top值,屏幕滚动到当前元素
摘要: var top = $(this).offset().top; $('html , body').animate({scrollTop: top-100},10);
阅读全文
posted @ 2020-07-08 15:01 似月是你
阅读(232)
评论(0)
推荐(0)
上一页
1
2
公告