Skip to content

Instantly share code, notes, and snippets.

@Luke-23ae
Created August 16, 2010 08:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Luke-23ae/526609 to your computer and use it in GitHub Desktop.
Save Luke-23ae/526609 to your computer and use it in GitHub Desktop.
style_json = {};
style_json[css_property] = color.readAttribute("color");
$$(for_element).each(function(el) {
el.setStyle(style_json);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment