I\'m looking for a way to change the CSS rules of my stylesheet imported in the document. So I have an external stylesheet and some class and div attri
class
div
You can inject style declarations into the DOM.
$("head").append('');