Skip to content
This repository has been archived by the owner on Apr 16, 2019. It is now read-only.

removeClass() With 3 Classes #93

Closed
chrisbateman opened this issue Feb 17, 2012 · 0 comments
Closed

removeClass() With 3 Classes #93

chrisbateman opened this issue Feb 17, 2012 · 0 comments

Comments

@chrisbateman
Copy link

If an element has three classes, calling removeClass() on the middle class will combine the remaing two.

For example, on:
<div class="test1 test2 test3"></div>

calling:

`````` removeClass('test2');```

results in:
<div class="test1test3"></div>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants