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

前端 未结 7 881
既然无缘
既然无缘 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条回答
  •  情深已故
    2021-01-22 13:01

    You can't physically change the contents of a file using Javascript in a browser. That's for security reasons, so that content on a web page can't manipulate content on your computer (apart from cookies).

提交回复
热议问题