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

Load jqxMenu from Array

In this post, we will load the jqxMenu widget from an Array. 1. Create an array. The displayed text in the menu item is specified by the ‘label’ member. To add sub items to a Menu Item, we need to … Continue reading
JavaScript, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jqxMenu
, , , , , , ,

Leave a comment

jQWidgets 2.0

It is our pleasure to announce the immediate availability of jQWidgets ver. 2.0. The new version brings important and highly anticipated updates to the jqxChart widget along with various bug fixes and other improvements. Check out the full release notes … Continue reading
ASP .NET, JavaScript, JavaScript Plugins, JavaScript UI, JavaScript UI Plugins, JavaScript UI Widgets, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxButton, jqxCalendar, jqxChart, jqxCheckBox, jqxComboBox, jqxDateTimeInput, jqxDock, jqxDropDownList, jqxExpander, jqxGrid, jqxListBox, jqxMaskedInput, jqxMenu, jqxNavigationBar, jqxNumberInput, jqxProgressBar, jqxRadioButton, jqxRating, jqxScrollBar, jqxSlider, jqxSplitter, jqxTabs, jqxTooltip, jqxTree, jqxWindow, PHP
, , , , , , , , , , , , , , , , , , , , , , , , ,

Leave a comment

jQuery Tree with Context Menu

In this post, we will Add and Remove Tree Items by using a Context Menu. When the user right clicks on a Tree Item, a Context Menu with ‘Add Item’ and ‘Remove Item’ menu items will be displayed. The ‘Add … Continue reading
JavaScript, JavaScript Plugins, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxMenu, jqxTree
, , , , , , , , , , , , , , , , , , , , , , , , , ,

2 Comments

jQuery Menu with Images, Check Boxes and Radio Buttons

To display an image inside a Menu item, you need to put an img tag inside the menu item’s li tag. For example: <li> <img style=’float: left; margin-right: 5px;’ src=’mail.png’/><span>Mail</span> </li> Displaying a checkbox inside a menu item requires two … Continue reading
JavaScript, JavaScript Plugins, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxCheckBox, jqxMenu, jqxRadioButton
, , , , , , , , , , , , , , , , , , , , , , , ,

Leave a comment

jQuery Menu with Separator Items

In this post we will show you how to add separator menu items to our Menu widget for jQuery, called jqxMenu. Add references to the javascript and css files in your web page. <link rel="stylesheet" href="styles/jqx.base.css" type="text/css" /> <link rel="stylesheet" … Continue reading
JavaScript, JavaScript Plugins, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxMenu
, , , , , , , , , , , , , , , , , ,

Leave a comment

Tabs with Context Menu

In this post we will illustrate how to add a context menu to the Tabs widget. The Context Menu should be displayed when the mouse’s right button is clicked and the mouse cursor is over the Tabs widget. The Menu … Continue reading
JavaScript, JavaScript Plugins, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxMenu, jqxTabs
, , , , , , , , , , , , , , , , , , , , , , , , , , ,

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