How Do I make Changes in .CSS File Using Jquery Or Javascript?

前端 未结 7 791
既然无缘
既然无缘 2021-01-22 12:27

I would like to know that is there anyway to make changes in .css file using Jquery or javascript. I know, I can dynamically add css properties(or classes) to DOM Element but I

7条回答
  •  旧时难觅i
    2021-01-22 12:59

    You could generate the CSS server-side and display inline (in the head). That would allow you to serve up styles on a per-user basis.

提交回复
热议问题