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.

Parent empty links with submenu - don't hide on click (do nothing)

Home Forums Latest release 1.1.x Parent empty links with submenu - don't hide on click (do nothing)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9075
    toskan
    Participant

    hi guys, great plugin!

    We have this case (from the top of my head)

    
    <ul>
    <li><a href="/balal">my entry</a></li>
    <li><a href="#!">my entry2</a>
    
     <ul>
     <li><a href="/balal">my NESTED entry 1</a></li>
     <li><a href="#!">my NESTED entry 2</a>
    
    
      <ul>
      <li><a href="/balal">my NESTED 2 entry 1</a></li>
      <li><a href="/balal">my NESTED 2 entry 2</a>
      </li>
      </ul>
    
    
     </li>
     </ul>
    
    </li>
    </ul>
    
    

    on click on

    my entry2

    and

    my NESTED entry 2

    we want the menu to stay open and do nothing.

    Currently, the menu closes and nothing happens

    there is an option
    hideOnClick: false

    but that would mean it wouldn’t hide the menu if the click “works”

    #9105
    RitaGilmore
    Participant

    I need the menu to stay open and do nothing. So I would like to know how to do it.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘1.1.x’ is closed to new topics and replies.