View this code at http://livecoding.io/4179420
Created
November 30, 2012 23:23
-
-
Save ryderr/4179420 to your computer and use it in GitHub Desktop.
created by http://livecoding.io
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
{ | |
"libraries": [], | |
"mode": "html", | |
"layout": "fullscreen mode (vertical)" | |
} |
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
<h1>hey</h1> |
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
$('#masthead h1.section a').text('a'); | |
$('.main-hed').text(''); | |
$('.subhed').text(''); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment