Skip to content

Instantly share code, notes, and snippets.

@gdiggs
Created July 18, 2014 14:43
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 gdiggs/9bc2b97954a9983d536a to your computer and use it in GitHub Desktop.
Save gdiggs/9bc2b97954a9983d536a to your computer and use it in GitHub Desktop.
$('svg').each(function(i, e) {
var currentClass = e.getAttribute('class');
e.setAttribute('class', currentClass + ' newClass');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment