jQuery UI Widgets Forums Navigation Menu, Context Menu Hide menu item

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 11 years ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Hide menu item #4088

    binfch
    Participant

    Hi there

    Is it possible to hide single menu items? “Disable” seems possible bt i need to completely hide them…

    Thanks & cheers,
    Peter

    Hide menu item #4092

    Peter Stoev
    Keymaster

    Hi Peter,

    If you have an item defined like that:

     <li id="Manufacturing"><a href="#Manufacturing">Manufacturing</a></li>

    You can hide it by selecting it and calling the jQuery’s hide function.

    $("#Manufacturing").hide();

    Best Regards,
    Peter Stoev

    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.