Add multiple classes with classlist add
- 0
Hi,
Is there a way to add more than one class with the classlist.add method?
This one doesn’t work for me:
btn.classList.add('btn btn-lg');
Hi,
Is there a way to add more than one class with the classlist.add method?
This one doesn’t work for me:
btn.classList.add('btn btn-lg');