Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save 4nth0/9d41686b2035887c61b6f9a5075b44ed to your computer and use it in GitHub Desktop.
Save 4nth0/9d41686b2035887c61b6f9a5075b44ed 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