Skip to content

Instantly share code, notes, and snippets.

@nodebotanist
Created June 8, 2012 04:04
Show Gist options
  • Save nodebotanist/2893507 to your computer and use it in GitHub Desktop.
Save nodebotanist/2893507 to your computer and use it in GitHub Desktop.
Terrible JS example
<div class="example_left">
<div id="myWrapper" style="width:100%; height: 150px; background-color: #FFF; color: #000; font-size: 24px;">
<b>This is some text</b>.<br>
<button onclick="document.getElementById(&quot;myWrapper&quot;).style.color = &quot;#F00&quot;;">Click Here!!!1!!</button>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment