Skip to content

Instantly share code, notes, and snippets.

@msroot
Created December 19, 2011 15:01
Show Gist options
  • Save msroot/1497576 to your computer and use it in GitHub Desktop.
Save msroot/1497576 to your computer and use it in GitHub Desktop.
function test2(id, message) {
$(id).innerHTML = message;
}
// Important, notice BigPipe that this file has been loaded
if (BigPipe != undefined) { BigPipe.fileLoaded("test2.js"); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment