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

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: 6 months 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.