jQuery UI Widgets › Forums › Navigation › Menu, Context Menu › Hide menu item
Tagged: hide menu items, jQuery Menu, Menu
This topic contains 1 reply, has 2 voices, and was last updated by Peter Stoev 11 years ago.
Hi there
Is it possible to hide single menu items? “Disable” seems possible bt i need to completely hide them…
Thanks & cheers, Peter
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
You must be logged in to reply to this topic.