jQuery Menu with Auto Height

In this post we will show you how to display a horizontal menu which automatically adjusts its height depending on its width and wraps the menu items on new lines. 1. Add the required JavaScript and CSS files. <link rel=”stylesheet” … Continue reading
jQuery, jQuery Plugins, jQuery Widgets, jqxMenu
, , , , ,

Leave a comment

Navigation Bar with Miltiple Expanded Items

In this post we will create a Navigation Bar that allows you to expand and show the content of more than 1 item. 1. The first step is to include the javascript and stylesheet files required by the NavigationBar. Each … Continue reading
JavaScript, JavaScript Plugins, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxExpander, jqxNavigationBar
, , , , , , , , , , , , , , , ,

Leave a comment

Building Menu from JSON

This post illustrates how to build a Menu from JSON data. The data object below contains an array of objects, each containing “id”, “parentid”, and “text” members. The “text” member is the menu item’s text, the id and parentid members … Continue reading
JavaScript, JavaScript Plugins, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxMenu, jqxTree
, , , , , , , , , , , , , , , , ,

1 Comment

Building jQuery Menus with jQWidgets

jqxMenu is a jQuery plugin that let’s you add a beautiful Menu to your web site. In this post, we will expore how to set up a menu from an existing UL. Let’s start with a simple ‘DIV’ element with … Continue reading
jQuery Plugins, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jqxMenu
, , , , , , ,

Leave a comment