Skip to content

Instantly share code, notes, and snippets.

View liyao's full-sized avatar

Christina Lee liyao

  • Mogujie F2E
  • Hangzhou, China
View GitHub Profile
@liyao
liyao / timeScope.html
Last active December 23, 2015 23:49
JS遍历两个时间点之间的所有时间点
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>timeScope</title>
</head>
<body>
<script>
//引用 http://www.cnblogs.com/zhangpengshou/archive/2012/07/19/2599053.html
@liyao
liyao / dabblet.css
Created September 14, 2013 06:07
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
padding: 50px;
}
span a {
text-decoration: none;
font-size: 500%;
@liyao
liyao / dabblet.css
Created September 14, 2013 06:06
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
padding: 50px;
}
span a {
text-decoration: none;
font-size: 500%;
@liyao
liyao / Things-I-learnt-form-jQuery.md
Last active December 21, 2015 03:59
记录一下学习jQuery源代码过程中的收获

The things I learnt form jQuery