Skip to content

Instantly share code, notes, and snippets.

@danbrianwhite
Created February 13, 2013 18:36
Show Gist options
  • Save danbrianwhite/6911a3937153b5602bef to your computer and use it in GitHub Desktop.
Save danbrianwhite/6911a3937153b5602bef to your computer and use it in GitHub Desktop.
getStyle
function getStyle(elem)
{
return (elem.currentStyle || window.getComputedStyle(elem, false));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment