Skip to content

Instantly share code, notes, and snippets.

@leohxj
Created September 12, 2013 02:02
Show Gist options
  • Select an option

  • Save leohxj/6532345 to your computer and use it in GitHub Desktop.

Select an option

Save leohxj/6532345 to your computer and use it in GitHub Desktop.
获取元素的style
var current = window.getComputedStyle || window.currentStyle;
xxx.current(prop);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment