06 2016 档案
摘要:1.当从第三方软件需要分享到微信的时候 需要给授权处理才能获得微信信息 比如 nickname 等昵称图像等 从第三方登陆跳转到微信分享页需要 shareurl = http://open.weixin.qq.com/commect/oauth2/....+redirect_uri=.....+..
阅读全文
摘要:<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>ment</title> <script src="time.js"></script></head><body> <div id="countdown"></di
阅读全文
摘要:兼容性记录: IE 8+ Latest Stable: Firefox, Chrome, Safari iOS 6-8 Android 4.x 1.
阅读全文
摘要:1.margin:auto ;让元素居中,需要确定元素的宽度,并且需要是块元素 eg: div { width:200px; height:200px; background:#222; margin:0 auto; } 2. div > p 两者都是块元素 div { width:200px; h
阅读全文
摘要:1.transform transform 是通过在浏览器里面让网页元素 移动 旋转 透明 模糊 等方法来实现改变其外观的技术 -webkit-transform : translate(3em,0);想右移动3em,向下移动0em -webkit-transform : rotate(30deg)
阅读全文
摘要:navigator.userAgent 又一次遇到这个,之前没见过,于是就查了一下,记录下来以备后面查询 var user = navigator.userAgent.toLowerCase() if (/micromessenger/.test(user)) else if (/iphone|ip
阅读全文
摘要:// 倒计时插件 (function (){ function countdown(config){ var startDate = config.start ? new Date(config.start) : new Date(); var endDate = new Date(config.end); var id = config.id || 'countdown'; var time...
阅读全文
摘要:$(function() { $('section').click(function(){ // 点击当前展开再次点击收起 if($(this).attr('isclick') == 'yes'){ $(this).find('div').css('display','none'); $('sect
阅读全文

浙公网安备 33010602011771号