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

toggle

Enthusiast ,
Apr 19, 2019 Apr 19, 2019

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

737
Translate
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>

Translate
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>

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
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
LATEST

Thank you very much.

Now, everything is OK.

Hosun Kang

Translate
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