Closed ghost closed 8 years ago
Found a little bug in this method. To duplicate, you can use removeClass() followed by `addClass("test"), and the result should be something like:
removeClass()
<div class=" test"></div>
Found a little bug in this method. To duplicate, you can use
removeClass()
followed by `addClass("test"), and the result should be something like: