jQuery UI Widgets › Forums › Navigation › NavigationBar, ToolBar, NavBar › How to get expanded index in JQXNavigationBar?
Tagged: expanded, expandedIndexes, get, index, item, jqxnavigationbar, Navigation Bar
This topic contains 1 reply, has 2 voices, and was last updated by Dimitar 10 years, 1 month ago.
Hi,
I want to get a expandedItem index and collapsedItem index in jqxnavigationbar. I saw a sample to get index when expanding and collapsing only. how to get the index when button click.
Hello Kavyad23,
Here is how to get an array of the navigation bar expanded indexes:
var expandedIndexes = $('#jqxNavigationBar').jqxNavigationBar('expandedIndexes');
Best Regards, Dimitar
jQWidgets team http://www.jqwidgets.com/
You must be logged in to reply to this topic.