11 2017 档案

web端调百度地图页面
摘要:在点击进入地图的入口(下面数据是vue渲染的数据) <a class="navigation" v-if="merchant.longitude && merchant.latitude" href="http://api.map.baidu.com/marker?location={{mercha 阅读全文

posted @ 2017-11-30 17:00 creatP 阅读(492) 评论(0) 推荐(0)

前端分享功能
摘要:用的是百度的分享功能分享 window._bd_share_config = { "common": { "bdSnsKey": {}, "bdText": "", "bdMini": "2", "bdMiniLi... 阅读全文

posted @ 2017-11-14 18:02 creatP 阅读(305) 评论(0) 推荐(0)

手机注册发送验证码倒计时
摘要:()这里用的是input做的点击发送验证码<input type="number" class="input" name="mobile" placeholder="手机号" style="border: none"<input class="hui_kuang"style="width: 30%; 阅读全文

posted @ 2017-11-14 17:03 creatP 阅读(361) 评论(0) 推荐(1)

判断滚动条滑到底部触发事件
摘要:$(document).on("scroll", function () { //真实内容的高度 var pageHeight = Math.max(document.body.scrollHeight, document.body.offsetHeight); //视窗的高度 var viewpo 阅读全文

posted @ 2017-11-14 15:50 creatP 阅读(388) 评论(0) 推荐(1)

jquery截取手机号中间4位数,然后变为*
摘要:$(function() { var phone = $('#phone').text(); var mphone = phone.substr(0, 3) + '****' + phone.substr(7); $('#phone').text(mphone)}); 阅读全文

posted @ 2017-11-14 15:44 creatP 阅读(454) 评论(1) 推荐(0)

导航