We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aeebd2 commit dc6861fCopy full SHA for dc6861f
0x15-javascript-web_jquery/4-script.js
@@ -0,0 +1,5 @@
1
+$(document).ready(function () {
2
+ $("DIV#toggle_header").click(function () {
3
+ $("header").toggleClass("red green");
4
+ });
5
+});
0 commit comments