Skip to content

Instantly share code, notes, and snippets.

@takuoka
Created June 19, 2013 07:56
Show Gist options
  • Save takuoka/5812446 to your computer and use it in GitHub Desktop.
Save takuoka/5812446 to your computer and use it in GitHub Desktop.
JavaScriptで確実にCSSを取得する ref: http://qiita.com/entotsu@github/items/c613781c11cebdde63c7
var style = element.currentStyle || document.defaultView.getComputedStyle(element, '')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment