会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
xxllj
博客园
首页
新随笔
联系
管理
订阅
2019年1月9日
jquery 页面多个倒计时
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.or
阅读全文
posted @ 2019-01-09 11:27 xxllj
阅读(584)
评论(0)
推荐(0)
2018年11月5日
JavaScript模板引擎Template.js使用详解
摘要: https://www.jb51.net/article/100095.htm https://www.jb51.net/article/125399.htm https://yq.aliyun.com/articles/277205?utm_content=m_35864
阅读全文
posted @ 2018-11-05 16:27 xxllj
阅读(622)
评论(0)
推荐(0)
各个模板引擎下载地址
摘要: baiduTemplate: http://baidufe.github.io/BaiduTemplate/ artTemplate: https://github.com/aui/artTemplate juicer: http://juicer.name/或https://github.com/
阅读全文
posted @ 2018-11-05 16:26 xxllj
阅读(387)
评论(0)
推荐(0)
2018年9月28日
正则表达式-连续多位相同字符判断的正则表达式
摘要: ([0-9])\1{5} 或 ([\d])\1{5} 连续相同的6位数字 如:333333 ([0-9a-zA-Z])\1{5} 连续相同的6位数字或字母 如:222222 cccccc ZZZZZZ ([\d])\1{2}([a-z])\2{2} 连续相同3位数字后根连续相同的三位小写字母 如:2
阅读全文
posted @ 2018-09-28 17:08 xxllj
阅读(14025)
评论(1)
推荐(2)
2018年9月13日
微信或支付宝支付
摘要: function payWechat(){ var money = $(".highlight").find("span").eq(0).text(); if(money == '') { plus.nativeUI.alert("请输入充值金额"); } else { var total = pa
阅读全文
posted @ 2018-09-13 22:30 xxllj
阅读(299)
评论(0)
推荐(0)
mui动态生成轮播图
摘要: --> function hotList() { $.ajax({ type: ...
阅读全文
posted @ 2018-09-13 21:05 xxllj
阅读(3475)
评论(0)
推荐(0)
2018年9月12日
plus.nativeUI.alert
摘要: plus.nativeUI.alert(content, function() { console.log("User pressed!"); }, "出错了", "知道了")
阅读全文
posted @ 2018-09-12 23:12 xxllj
阅读(2251)
评论(0)
推荐(0)
plus maps实时定位
摘要: .mapContent { position: absolute; top: 44px; left: 0; right: 0; bottom: 0; } mui.plusReady(function()...
阅读全文
posted @ 2018-09-12 23:06 xxllj
阅读(1145)
评论(0)
推荐(0)
单webview上拉刷新下拉加载
摘要: 单个页面: js: function goPagead(page, data) { mui.openWindow({ url: page, id: page, extras: { data: data } }); }
阅读全文
posted @ 2018-09-12 23:03 xxllj
阅读(571)
评论(0)
推荐(0)
双webview下拉刷新上拉加载
摘要: 主页: collection.html js: 子页面: js:
阅读全文
posted @ 2018-09-12 22:55 xxllj
阅读(894)
评论(0)
推荐(0)
下一页
公告