Skip to content

Instantly share code, notes, and snippets.

@nathancarnes
Created April 19, 2010 23:53
Show Gist options
  • Save nathancarnes/371818 to your computer and use it in GitHub Desktop.
Save nathancarnes/371818 to your computer and use it in GitHub Desktop.
// $.each('borderTopWidth borderRightWidth borderBottomWidth borderLeftWidth paddingTop paddingRight paddingBottom paddingLeft fontSize fontFamily fontWeight fontStyle fontStretch fontVariant wordSpacing lineHeight width'.split(' '), function(i,prop) {
$.each('borderTopWidth borderRightWidth borderBottomWidth borderLeftWidth paddingTop paddingRight paddingBottom paddingLeft fontSize fontFamily fontWeight fontStyle fontStretch fontVariant wordSpacing lineHeight'.split(' '), function(i,prop) {
$div.css(prop, $this.css(prop));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment