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.

mcwu07

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Hiding the dropdown menu at the desktop level only #2707
    mcwu07
    Participant

    Thanks a bunch for the help and quick response! That worked perfectly.

    in reply to: Hiding the dropdown menu at the desktop level only #2704
    mcwu07
    Participant

    One more follow-up.

    Using the code you provided above, would it be possible to target only a specific dropdown menu versus all dropdown menus.

    The “#main-menu” targets the ul (all dropdowns).

    I tried adding the li id (#menu-item-164) to the code to target the specific dropdown, but that didn’t work.

    $('#main-menu #menu-item-164').bind('activate.smapi'

    I also tried adding the li class (.menu-item-164) to the code to target the specific dropdown, but that didn’t work either.

    $('#main-menu .menu-item-164').bind('activate.smapi'

    Any help would be appreciated.

    Thanks!

    in reply to: Hiding the dropdown menu at the desktop level only #2703
    mcwu07
    Participant

    Thanks for the quick response and help. That worked great!

Viewing 3 posts - 1 through 3 (of 3 total)