correccion

parent 34a80985
...@@ -84,6 +84,7 @@ ...@@ -84,6 +84,7 @@
/*menu button onclick function*/ /*menu button onclick function*/
$(document).ready(function () { $(document).ready(function () {
$('#menu-mobile').click(function () { $('#menu-mobile').click(function () {
console.log("click");
$("nav ul").toggleClass("active") $("nav ul").toggleClass("active")
}) })
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment