0
Enthusiast
,
/t5/dreamweaver-discussions/toggle/td-p/10445574
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
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>
Community Expert
,
/t5/dreamweaver-discussions/toggle/m-p/10445575#M50904
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Hosun
AUTHOR
Enthusiast
,
LATEST
/t5/dreamweaver-discussions/toggle/m-p/10445576#M50905
Apr 19, 2019
Apr 19, 2019
Copy link to clipboard
Copied
Thank you very much.
Now, everything is OK.
Hosun Kang
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

