Skip to main content
Hosun
Inspiring
April 19, 2019
Answered

toggle

  • April 19, 2019
  • 2 replies
  • 845 views

Hi,

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

I think the problem is the js file.

Link is Generico.

Hosun Kang

This topic has been closed for replies.
Correct answer 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 replies

Hosun
HosunAuthor
Inspiring
April 19, 2019

Thank you very much.

Now, everything is OK.

Hosun Kang

Nancy OShea
Community Expert
Nancy OSheaCommunity ExpertCorrect answer
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