[Solved] Adding another attribute to a class with jQuery [closed]


you can also add mulitple classes try this:-

$('.thing-1').addClass('thing-1 thing-2 thing-3');

solved Adding another attribute to a class with jQuery [closed]