Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Re: Dropdowns not working on large screen but okay on small screen

Home Forums Older releases 0.9.x Dropdowns not working on large screen but okay on small screen Re: Dropdowns not working on large screen but okay on small screen

#1515
LindaBrennan
Participant

I’ve figured it out. I forgot to call the SmartMenus jQuery twice. So it was only running for the first (small) menu. It worked when I gave the large menu a different ID than the small one, then used that ID in the second jQuery call. There’s probably a more elegant way to do this – I’m happy for suggestions and also happy to share my code if anyone else is new to jQuery or using Foundation 5.