Skip to content

Instantly share code, notes, and snippets.

@motionharvest
Created March 29, 2012 15:06
Show Gist options
  • Save motionharvest/2238315 to your computer and use it in GitHub Desktop.
Save motionharvest/2238315 to your computer and use it in GitHub Desktop.
Untitled
<!-- content to be placed inside <body>…</body> -->
<script>
//variable defined inside of the bubble
var observation = "I'm inside a bubble";
</script>
<div id="foo"></div>
<script>
//retrieved from a seperate script tag, but the variable "observation" still exists inside the bubble
document.getElementById('foo').innerHTML = observation;
</script>
{"view":"split","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment