Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Toggle driving me crazy in responsive design Re: Toggle driving me crazy in responsive design

#123842
CrocoDillon
Participant

You want the menus only hidden using your media query which you can’t do with `toggle()`. You can try `toggleClass()` and use that class to show/hide the menus in your media query.