Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nv/jquery-regexp-classes

$(elem).removeClass(regExp) and $(elem).hasClass(regExp)
https://github.com/nv/jquery-regexp-classes

javascript jquery jquery-plugin

Last synced: 16 days ago
JSON representation

$(elem).removeClass(regExp) and $(elem).hasClass(regExp)

Awesome Lists containing this project

README

        

# jQuery’s hasClass and removeClass on steroids

$("

").hasClass(/-loading$/)
// true

$("

").removeClass(/^icon-/)
//

[Tests](http://nv.github.com/jquery-regexp-classes/test)

[Origins](https://github.com/jquery/jquery/pull/212)

License: MIT.