Nested Navigation Bars

In order to create nested navigation bars, you can do the following: 1. Include the jQuery Framework(jquery-1.7.2.min.js), jQWidgets Framework(jqxcore.js), jqxNavigationBar(jqxnavigationbar.js) and jqxExpander(jqxexpander.js). <link rel=”stylesheet” href=”jqwidgets/styles/jqx.base.css” type=”text/css” /><script type=”text/javascript” src=”scripts/jquery-1.7.2.min.js”></script><script type=”text/javascript” src=”jqwidgets/jqxcore.js”></script><script type=”text/javascript” src=”jqwidgets/jqxexpander.js”></script><script type=”text/javascript” src=”jqwidgets/jqxnavigationbar.js”></script> 2. Create the HTML structure. … Continue reading
jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jqxNavigationBar
, , , ,

Leave a comment