Skip to content

Instantly share code, notes, and snippets.

@earlonrails
Created June 17, 2011 21:35
Show Gist options
  • Save earlonrails/1032409 to your computer and use it in GitHub Desktop.
Save earlonrails/1032409 to your computer and use it in GitHub Desktop.
check the inner html of an object
function check_me(obj){
alert(obj.innerHTML);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment