Skip to content

Instantly share code, notes, and snippets.

@techsin
Created January 5, 2015 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save techsin/0bf095eaa8184ff962ec to your computer and use it in GitHub Desktop.
Save techsin/0bf095eaa8184ff962ec to your computer and use it in GitHub Desktop.
var that = this;
setTimeout(function(){
that.style.backgroundColor='red';
},1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment