• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

toggle

Enthusiast ,
Apr 19, 2019 Apr 19, 2019

Copy link to clipboard

Copied

Hi,

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

I think the problem is the js file.

Link is Generico.

Hosun Kang

Q_Dw_6_toggle.png

Views

693

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Apr 19, 2019 Apr 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>

Votes

Translate

Translate
Community Expert ,
Apr 19, 2019 Apr 19, 2019

Copy link to clipboard

Copied

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 & Moderator

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Apr 19, 2019 Apr 19, 2019

Copy link to clipboard

Copied

LATEST

Thank you very much.

Now, everything is OK.

Hosun Kang

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines