How To Prevent Css From Getting Converted To Inline Css August 21, 2024 Post a Comment I am using jquery to modify css of a div element on pressing a button. I noticed the css getting inline to the HTML. How can I prevent the style from getting inline ?