Skip to content

Instantly share code, notes, and snippets.

View rayphi's full-sized avatar
🎯
Focusing

Raphael Tweitmann rayphi

🎯
Focusing
View GitHub Profile
@parmentf
parmentf / GitCommitEmoji.md
Last active May 2, 2026 17:31
Git Commit message Emoji
@peteboere
peteboere / jquery.alterclass.js
Created December 24, 2011 12:49
jQuery alterClass plugin: Remove element classes with wildcard matching. Optionally add classes.
/**
* jQuery alterClass plugin
*
* Remove element classes with wildcard matching. Optionally add classes:
* $( '#foo' ).alterClass( 'foo-* bar-*', 'foobar' )
*
* Copyright (c) 2011 Pete Boere (the-echoplex.net)
* Free under terms of the MIT license: http://www.opensource.org/licenses/mit-license.php
*
*/