Skip to content

Instantly share code, notes, and snippets.

@todthomson
Created January 3, 2014 04:32
Show Gist options
  • Select an option

  • Save todthomson/8232775 to your computer and use it in GitHub Desktop.

Select an option

Save todthomson/8232775 to your computer and use it in GitHub Desktop.
Some shit for Nick...
<script>
var foo = $('#someid');
function somefunc() {
var bar = foo;
}
function someothercallbackfunc() {
var baz = foo;
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment