Skip to content

Commit

Permalink
started with jquery
Browse files Browse the repository at this point in the history
  • Loading branch information
jen67 committed Dec 28, 2023
1 parent 67b09e4 commit 96e8d6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions J-query-sidenav/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@


// Jquery
(function () {
$(function () {

"use strict";

$('ul li ul').hide();

$('.menulink').click(function () {
Expand All @@ -44,4 +44,4 @@ $('.menulink').click(function () {
thisMenu.toggle();
});

})();
});

0 comments on commit 96e8d6d

Please sign in to comment.