03 2017 档案
摘要:function IframeHeight(){ var obj = $("#iframe")[0]; //取得父页面IFrame对象 IframeTime = setInterval(function(){ obj.height = $(obj.contentDocument).height(); //调整父页面中IFrame的高度为此页面的高度 ...
阅读全文
摘要:插件 flowplayer-3.2.13.min.js HTML代码 JS代码调用 注:需要放在服务器上运行
阅读全文
摘要:去掉空格 去掉input的智能提示框(有些手机具有智能提示框比较丑) 给input加上 autocomplete="off"
阅读全文
摘要:示例: /* jpeg_encoder_basic.js for android jpeg压缩质量修复 */function JPEGEncoder(a){function I(a){var c,i,j,k,l,m,n,o,p,b=[16,11,10,16,24,40,51,61,12,12,14,
阅读全文
摘要:H5input的file属性: <input type="file" name="upload" id="file_input" accept="image/*"> 添加 multiple/可实现多张图片上传 安卓端只能实现单张图片(百度看到的,自己也没实现,如果你有什么方法一次性上传多张图片请告诉
阅读全文

浙公网安备 33010602011771号