correccion

parent 70eb25ab
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
}) })
/*menu button onclick function*/ /*menu button onclick function*/
$(document).ready(function () { $(document).ready(function () {
$('#menu-mobile').click(function () { $('#menu-mobile').on("click", function () {
console.log("click"); 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