Skip to main content
Hosun
Inspiring
April 19, 2019
Besvarat

toggle

  • April 19, 2019
  • 2 svar
  • 851 visningar

Hi,

When the hamburger menu is clicked, toggle doesn't work.

I think the problem is the js file.

Link is Generico.

Hosun Kang

Det här ämnet har stängts för svar.
Bästa svar av Nancy OShea

If you're going to use jQuery code, you must  add a reference to the  jQuery library.  Copy & paste the following into your document just above the closing </body> tag:

<script src="https://code.jquery.com/jquery-3.4.0.min.js" integrity="sha256-BJeo0qm959uMBGb65z40ejJYGSgR7REI4+CW1fNKwOg=" crossorigin="anonymous">

</script>

2 svar

Hosun
HosunSkribent
Inspiring
April 19, 2019

Thank you very much.

Now, everything is OK.

Hosun Kang

Nancy OShea
Community Expert
Community Expert
April 19, 2019

If you're going to use jQuery code, you must  add a reference to the  jQuery library.  Copy & paste the following into your document just above the closing </body> tag:

<script src="https://code.jquery.com/jquery-3.4.0.min.js" integrity="sha256-BJeo0qm959uMBGb65z40ejJYGSgR7REI4+CW1fNKwOg=" crossorigin="anonymous">

</script>

Nancy O'Shea— Product User & Community Expert