Skip to content

Instantly share code, notes, and snippets.

@monyskynet
Created October 31, 2013 03:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save monyskynet/7244167 to your computer and use it in GitHub Desktop.
Save monyskynet/7244167 to your computer and use it in GitHub Desktop.
$("#hello").removeClass (function (index, css) {
return (css.match (/\bcolor-\S+/g) || []).join(' ');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment