jQuery UI Widgets Forums Navigation Menu, Context Menu Need to help for jqxMenu with menu item set selected

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 9 years, 9 months ago.

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

  • alpesh
    Participant

    Hello,

    We are using below code for jqxMenu and We want to second Menu like ‘About Us’ set selected.
    Example javascript code

    $("#jqxMenu").jqxMenu({
          width: 450,
          height: 30,
          theme: 'energyblue'
      });
      $("#jqxMenu").jqxMenu('setItemOpenDirection', 'Products', 'right', 'up');
    
    <div style='margin-top: 100px;' id='jqxMenu'>
        <ul>
            <li><a href="#">Home</a>
    
            </li>
            <li>About Us</li>
            <li>Services</li>
            <li id="Products">Products
                <ul>
                    <li><a href="#">New</a>
    
                        <ul>
                            <li><a href="#">Corporate Use</a>
    
                            </li>
                            <li><a href="#">Private Use</a>
    
                            </li>
                        </ul>
                    </li>
                    <li><a href="#">Used</a>
    
                        <ul>
                            <li><a href="#">Corporate Use</a>
    
                            </li>
                            <li><a href="#">Private Use</a>
    
                            </li>
                        </ul>
                    </li>
                    <li><a href="#">Featured</a>
    
                    </li>
                </ul>
            </li>
            <li><a href="#">Events</a>
    
            </li>
            <li><a href="#">Contact Us</a>
    
            </li>
        </ul>
    </div>

    Please help us for menu item set selected ?

    Thanks
    Alpesh


    Dimitar
    Participant

    Hello Alpesh,

    Please refer to the following forum topics: Default Select Menu Item and Change color of selected menu item. We hope they are helpful to you.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

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

You must be logged in to reply to this topic.