Skip to content

Instantly share code, notes, and snippets.

@dmachi
Created December 8, 2010 06:20
Show Gist options
  • Save dmachi/732970 to your computer and use it in GitHub Desktop.
Save dmachi/732970 to your computer and use it in GitHub Desktop.
#content {
border: 3px solid gray;
height: 300px;
width: 150px;
}
<div id="content"><p>Loading...</p></p>
dojo.addOnLoad(function(){
dojo.byId("content").innerHTML="<p>Ready.</p>";
});
name: Test Fiddle
description: Some description, please keep it in one line
authors:
- Dustin Machi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment