js attributes
This commit is contained in:
parent
0713b75cde
commit
498da7474c
4
code/JavaScript/attributes.js
Normal file
4
code/JavaScript/attributes.js
Normal file
@ -0,0 +1,4 @@
|
||||
elem.hasAttribute(name) // проверяет наличие атрибута.
|
||||
elem.getAttribute(name) // получает значение атрибута.
|
||||
elem.setAttribute(name, value) // устанавливает значение атрибута.
|
||||
elem.removeAttribute(name) // удаляет атрибут.
|
Loading…
Reference in New Issue
Block a user