How to change the “html” element's CSS

前端 未结 3 1326
日久生厌
日久生厌 2021-01-29 02:11
html {
    width:100%;
}

How to change the CSS of the html tag dynamically on clicking the button using JavaScript? I mean I want to make

3条回答
  •  时光说笑
    2021-01-29 02:48

    Seems like you would want to learn how to use a javascript framework/toolkit:

    • jQuery
    • MooTools
    • etc.
    • etc.
    • etc.

提交回复
热议问题