Is there a difference between:
<span id="test" class="one two"></span>
and
<span id="test" class="two one"></span>
If there are conflicting CSS rules on these classes does the order matter?
Are there any APIs in jQuery to reorder? When I call addClass() does it always go on the end?
The order doesn’t matter.
http://jsfiddle.net/rc8Yu/
css precedence
The important part here is