1
0
Fork 0

Added 'try it' usage instructions

website
Mike Gerwitz 2011-03-24 23:54:08 -04:00
parent 32c010fd07
commit ff477e75cc
2 changed files with 7 additions and 1 deletions

View File

@ -65,6 +65,12 @@
.attr( 'id', 'trybox' )
.hide()
.append( $( '<h2>' ).text( 'Try ease.js' ) )
.append( $( '<p>' ).html(
"Enter or modify a test script below. The common " +
"ease.js modules, such as <tt>Class</tt>, have " +
"already imported for you. When you are ready, click " +
"<strong>Run</strong> to run the script."
) )
.append( $txt = $( '<textarea>' ).text (
"console.log( Class( 'Foo', {} ) );"
) )

View File

@ -221,7 +221,7 @@ p.copyright a, p.copyright a:link {
}
#trybox h2 {
margin: 0px 0px 1em 0px;
margin: 0px;
}
#trybox textarea {