Skip to content

Instantly share code, notes, and snippets.

View xuanfeng's full-sized avatar

ivan xuanfeng

View GitHub Profile
@xuanfeng
xuanfeng / timeHello.js
Last active August 29, 2015 14:13
JS按时间区间显示不同信息
// 按不同的时间段显示不同的“问好”信息,一般做法是
// if(hour>=0 && hour <=5;){
// }else if(hour>=6 && hour <=8;){
// }else if(hour>=9 && hour <=11;){}
// ...
// 这里换了一种做法,看起来相对简洁一点!
/*
Test case:
for(var i = 0,iMax = 23; i <=iMax;i++){
@xuanfeng
xuanfeng / splitSpace.js
Last active August 29, 2015 14:13
split时过滤空白
$('#Participants').val().split(';').filter(function (n) { return n != '' })
@xuanfeng
xuanfeng / regex_demo.js
Last active August 29, 2015 14:19
正则表达式记录
/* 部分替换
需求: <link href="/" rel="canonical"> 需要将href替换成data-href
解决:通过()获取某一组固定字符串,用$1表示,再进行替换
*/
var str = '<link href="/" rel="canonical"><link href="/" rel="canonical"><link data-id="" href="/" rel="canonical">';
res = str.replace(/(link.*?)href/ig, '$1data-href');
@xuanfeng
xuanfeng / bigger.js
Last active August 29, 2015 14:20
JS逼格(实用)代码-移动端
// 1. 设置变量为undefined
var UNDEFINED = void 0;
// 2. 判断支不支持touch事件
var IsTouch = 'ontouchend' in window;
// 3. 各端事件兼容
START_EVENT = IsTouch ? 'touchstart' : 'mousedown';
@xuanfeng
xuanfeng / css3Style.js
Created May 4, 2015 06:17
设置移动端transition、translate样式
// 设置动画、坐标移动样式(硬件加速、浏览器兼容、原生方式)
var CSS_PREFIX_MAP = ["webkit", "moz", "ms", "o", ""],
NUMBER_REG = /\-?[0-9]+\.?[0-9]*/g;
var setTransition = function(ele, css) {
var name, prefix, _i, _len, _results;
_results = [];
for (_i = 0, _len = CSS_PREFIX_MAP.length; _i < _len; _i++) {
prefix = CSS_PREFIX_MAP[_i];
name = prefix ? "" + prefix + "Transition" : "transition";
@xuanfeng
xuanfeng / hideWxMenu.js
Created May 26, 2015 03:46
隐藏微信右上角按钮
//隐藏微信菜单
function initWeixinBridge(){
WeixinJSBridge.call('hideOptionMenu');
}
if (typeof WeixinJSBridge == "object" &&
typeof WeixinJSBridge.invoke == "function") {
initWeixinBridge();
} else {
if (document.addEventListener) {
document.addEventListener("WeixinJSBridgeReady", initWeixinBridge, false);
@xuanfeng
xuanfeng / iLocalStorage.js
Last active August 29, 2015 14:22
LocalStorage 本地存储兼容函数
/*
* 名称:本地存储函数
* 功能:兼容各大浏览器存储
* 作者:轩枫
* 日期:2015/06/11
* 版本:V2.0
*/
/**
* LocalStorage 本地存储兼容函数
@xuanfeng
xuanfeng / dabblet.css
Created May 21, 2016 10:59
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@xuanfeng
xuanfeng / moduleWrap.js
Created July 13, 2016 13:17
define module
// js库模版
// 可直接被引用或者AMD、CMD方式加载
;(function(root, factory) {
if (typeof module !== 'undefined' && module.exports) {// CommonJS
module.exports = factory();
} else if (typeof define === 'function' && define.amd) {// AMD / RequireJS
define(factory);
} else {
root.Promise = factory.call(root);
}
@xuanfeng
xuanfeng / ASCII Art
Created October 8, 2016 16:30
ASCII Art
// http://chris.com/ascii/index.php?art=video%20games/pokemon
quu..__
$$$b `---.__
"$$b `--. ___.---uuudP
`$$b `.__.------.__ __.---' $$$$" .
"$b -' `-.-' $$$" .'|
". d$" _.' |
`. / ..." .' |
`./ ..::-' _.' |
/ .:::-' .-' .'