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 5 | |
// paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ | |
//if IE 8 | |
<html class="no-js lt-ie9" lang="en"> | |
//[if gt IE 8]><! | |
html(class="no-js", lang="en") | |
//<![endif] | |
head |
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
{ | |
"Abel": "abel", | |
"Abril Fatface": "abril-fatface", | |
"Aclonica": "aclonica", | |
"Acme": "acme", | |
"Actor": "actor", | |
"Adamina": "adamina", | |
"Advent Pro": "advent-pro", | |
"Aguafina Script": "aguafina-script", | |
"Aladin": "aladin", |
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
/** | |
* Extending Paul Irish’s DOM-ready execution for single-page AJAX application. | |
* This snippet executes methods based on URL hash values. | |
* | |
* Original implementation by Paul Irish & Viget Labs: http://bit.ly/aEwAny | |
* Requires jQuery Address plugin: http://bit.ly/11wNxa | |
* | |
* TODO: support HTML5 History API. | |
* | |
*/ |
NewerOlder