Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Яким методом можна змінити атрибут елемента DOM використовуючи jQuery?
element.setAttr('attributeName', 'value');
element.attr('attributeName', 'value');
element.attrValue('attributeName', 'value');
element.setAttributeValue('attributeName', 'value');
element.setAttribute('attributeName', 'value');
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!