Skip to content

Instantly share code, notes, and snippets.

@jonalmeida
Created May 19, 2012 07:21
Show Gist options
  • Save jonalmeida/2729855 to your computer and use it in GitHub Desktop.
Save jonalmeida/2729855 to your computer and use it in GitHub Desktop.
what i understood from inimino
setTimeout(
function(){
console.log(document.getElementById("list").children[i]);
setTimeout(
function(){
console.log(document.getElementById("list").children[i]);
}, 2000);
}, 2000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment