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.

dmanager

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: TO SEE SUB-MENU When mouse click #3265
    dmanager
    Participant

    But I still have to have this code for SmartMenus to work, correct?

    
    $('#main-menu').smartmenus({
    });
    
    in reply to: TO SEE SUB-MENU When mouse click #3221
    dmanager
    Participant

    I just downloaded the latest version of SmartMenus and I still have to use the code in the link referenced above order to get the mouse over functionality to stop working.

    Here is my initialization (the subIndicators works):

    
    $(function() {
      $('#main-menu').smartmenus({
      noMouseOver:true,
      subIndicatorsText: " <i class='fa fa-caret-down' aria-hidden='true'></i>",
      subIndicatorsPos: "append",
    });
    

    Did I get the right code?

    Here are the headers:

    /*!
    * SmartMenus jQuery Plugin – v1.0.0 – January 27, 2016
    * http://www.smartmenus.org/
    *
    * Copyright Vasil Dinkov, Vadikom Web Ltd.
    * http://vadikom.com
    *
    * Licensed MIT
    */

    /*!
    * SmartMenus jQuery Plugin Bootstrap Addon – v0.3.0 – January 27, 2016
    * http://www.smartmenus.org/
    *
    * Copyright Vasil Dinkov, Vadikom Web Ltd.
    * http://vadikom.com
    *
    * Licensed MIT
    */

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