Posts by Kim Hanneman • 19 points
2 posts
-
-1
votes3
answers368
viewsA: How do I switch to switch to css?
Solved the problem by reversing the order of href. $('#novo').click(function (){ $('link[href="theme_4_1.css"]').attr('href','theme_4_0.css'); }); $('#original').click(function (){…
-
2
votes3
answers368
viewsQ: How do I switch to switch to css?
I have two CSS files for the same HTML and would like to use a switch button to switch styles. The idea is to assemble a keying "standard layout" "new layout". I tried it, but I didn’t succeed.…