elem.styleProp()
Last updated
Was this helpful?
Last updated
Was this helpful?
โฉ โฉ โฉ โฉ
โญ๏ธ ๆณจๆ๏ผ ๅพ (elem) ๅพๅฐ็ style ๆฏๅฏ่ฎ็ (read-only)๏ผไธๅฏ่จญๅฎๆฐๅผ็ตฆๅฎ๏ผๅฆๅๆ็ข็ไปฅไธ้ฏ่ชคโ๏ธ
๐งจ NoModificationAllowedError: Failed to set the 'padding-left
' property on 'CSSStyleDeclaration': These styles are computed, and therefore the 'padding-left
' property is read-only.
JS.info โฉ
Window โฉ .() - returns an object (live object) containing the values of all CSS properties of an element.
.() : | ''
.()
- get/set CSS properties
codepen โฉ