随笔分类 - JS
摘要:ajax 接口请求,有返回,但是无法打印输出,返回数据异常如下 出现两个红点 解决方法: 在PHP端接口返回前加ob_clean();
阅读全文
摘要://获取地名,传到后端查询数据库等等,不展示,不解释 map.addEventListener("click", function(e) { var point = new BMap.Point(e.point.lng, e.point.lat); map.centerAndZoom(point,
阅读全文
摘要:原文出处: https://www.cnblogs.com/shuilangyizu/p/7744111.html //判断字符是否为空的方法 function isEmpty(obj){ if(typeof obj == "undefined" || obj == null || obj == "
阅读全文
摘要:['FENG','PENG','CHAO']]); }else{ ?>
阅读全文
摘要:1 +function ($) { "use strict"; 2 3 /** 4 * The zoom service 5 */ 6 function ZoomService () { 7 this._activeZoom = 8 this._initialScrollPosition = 9 ...
阅读全文
摘要:json_encode(['content'=>$content],JSON_UNESCAPED_UNICODE)
阅读全文
摘要:使用方法 1.引入文件 11111111111111111 2.选择刷新内容的位置 3.上拉加载,下拉刷新的主方法 今天是第四次使用这个js插件,理应是很熟练,但是这次遇到一个问题,也有可能是距离上一次做时间太久了 问题描述: 在下拉刷新后,无法上拉加载更多,页面显示 问题原因:我后台写的接口分页一
阅读全文
摘要:插件下载地址:http://www.jq22.com/jquery-info9291 插件下载完后,只需要两个文件 在需要的页面中引入两个文件 <linkhref="css/zoom.css"rel="stylesheet"> <scriptsrc="js/zoom.js"></script> 给每
阅读全文
摘要:for(let i=0;i<=res.data.length;i++){ res.data[i]['class'] = 'biaoqian-red'; } console.log(res.data); 报错:cannot set property xxx of undefined 原因 因为res.
阅读全文
摘要:js循环获取多选择的集合 var checked = [] $("input[name=user_id]:checkbox:checked").each(function(){ checked.push($(this).val()) }) View Code input=>type=file如果要支
阅读全文
摘要:图片在窗口内弹来弹去的效果 <div class="FrontAdv_float01-default" style="position: absolute;z-index: 999;width: 450px; height: 200px;"> <img src="http://www.houyigr
阅读全文