This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="topic"> | |
topic | |
<ul> | |
<li></li> | |
<li></li> | |
<li></li> | |
<li></li> | |
<li></li> | |
<li></li> | |
<li></li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="topic"> | |
topic | |
<ul> | |
<li></li> | |
<li></li> | |
<li></li> | |
<li></li> | |
<li></li> | |
<li></li> | |
<li></li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="topic"> | |
topics | |
<ul> | |
<li>this is a long subtopic and conetent</li> | |
<li>topic2</li> | |
<li>topic3</li> | |
<li>topic4</li> | |
<li>topic5</li> | |
<li>topic6 it's also very long</li> | |
<li>topic7</li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="topic"> | |
topics | |
<ul> | |
<li>this is a long subtopic and conetent</li> | |
<li>topic2</li> | |
<li>topic3</li> | |
<li>topic4</li> | |
<li>topic5</li> | |
<li>topic6 it's also very long</li> | |
<li>topic7</li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ul id="timeline"> | |
<li><a></a></li> | |
<li><a></a></li> | |
<li><a></a></li> | |
<li><a></a></li> | |
<li><a></a></li> | |
<li><a></a></li> | |
<li><a></a></li> | |
<li><a></a></li> | |
<li><a></a></li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var MultiGetSet = function(opt){ | |
var getType = function(o) { | |
return ({}).toString.call(o).match(/\s([a-zA-Z]+)/)[1].toLowerCase() | |
}; | |
if(!opt.public || !opt.private) | |
return opt.public; | |
if(opt.handler && opt.handler.init) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var MultiGetSet = function(opt){ | |
var getType = function(o) { | |
return ({}).toString.call(o).match(/\s([a-zA-Z]+)/)[1].toLowerCase() | |
}; | |
if(!opt.public || !opt.private) | |
return opt.public; | |
if(opt.handler && opt.handler.init) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Polyfill for ES6 Object.observe() | |
// Limitations: | |
// - No 'splice' (etc); if you're observing an Array, you're gonna have a bad time | |
(function(global) { | |
function assert(e) { if (!e) throw new Error('Assertion failed'); } | |
// http://wiki.ecmascript.org/doku.php?id=harmony:observe | |
// ECMAScript internal approximations |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<style> | |
.justify{ | |
text-align: justify; | |
text-justify: inter-ideograph;/* IE */ | |
-moz-text-align-last: justify;/* FF */ | |
-ms-text-align-last: justify;/* IE 8+ */ | |
text-align-last: justify;/* IE5.5+ */ | |
} | |
</style> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<head> | |
<style> | |
.download{ | |
background: lightblue; | |
} | |
.download.hover{ | |
background: lightgreen; | |
} | |
</style> |
OlderNewer