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

前端 未结 7 862
既然无缘
既然无缘 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 12:55

    You can rather have different css files written based on your requirement then change css file using click event which will eventually change the look of ur webpage or a part of your webpage. Here is the solution. http://www.jquery4u.com/dynamic-css-2/jquery-change-css-file-2/

提交回复
热议问题