How To Prevent Css From Getting Converted To Inline Css December 27, 2023 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 ?