summaryrefslogtreecommitdiffstats
path: root/frontend/simple/script/nav-mobile.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/simple/script/nav-mobile.js')
-rw-r--r--frontend/simple/script/nav-mobile.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/frontend/simple/script/nav-mobile.js b/frontend/simple/script/nav-mobile.js
new file mode 100644
index 0000000..a62acfd
--- /dev/null
+++ b/frontend/simple/script/nav-mobile.js
@@ -0,0 +1,10 @@
+$(document).ready(function(){
+ $('#nav-icon3').click(function(){
+ $(this).toggleClass('open');
+
+ $('#links').toggleClass('open');
+
+
+
+ });
+}); \ No newline at end of file