-
Resent Posts
Tags
angular angular components angular grid chart charting ComboBox datagrid grid gridview html5 Grid JavaScript javascript chart javascript grid javascript gridview javascript listbox javascript splitter jQuery jquery chart jquery datagrid jquery grid jquery grid plugin jquery gridview jquery listbox jQuery Plugins jquery splitter jQuery Tree jQuery UI jquery ui grid jQuery UI Plugins jQuery UI Widgets jQuery Widgets jQWidgets jqxchart jqxGrid jqxlistbox jqxsplitter ListBox listbox widget react reactjs split container splitter tree treeview vueCategories
- ANGULAR
- Angular 2
- angular 4
- angular 5
- Angular 6
- ANGULAR GRID
- angular tree
- Angular5
- angular7
- angular8
- AngularJS
- ASP .NET
- ASP.NET Core Tag Helpers
- ASP.NET Core Tag Helpers
- ASP.NET Core Tag Helpers
- Chart
- custom elements
- Grid
- html elements
- 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
- jqxInput
- jqxListBox
- jqxMaskedInput
- jqxMenu
- jqxNavigationBar
- jqxNumberInput
- jqxProgressBar
- jqxRadioButton
- jqxRating
- jqxResponse
- jqxRibbon
- jqxScrollBar
- jqxSlider
- jqxSplitter
- jqxTabs
- jqxTooltip
- jqxTree
- jqxTreeMap
- jqxValidator
- jqxWindow
- PHP
- Pivot Grid
- React
- react grid
- React Javascript Library
- REACTJS
- typescript
- Uncategorized
- VUE
- VUEJS
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 →
Posted in: jQuery, jQuery Plugins, jQuery Widgets, jqxMenu
Tagged: html menu, JavaScript Menu, jQuery Menu, jqwidgets menu plugin, jqwidgets menu widget, Menu Plugin
Leave a comment
Center jqxMenu Items
In this post, we will show you in a few steps what you need to do in order to display the jqxMenu’s top-level menu items in the center of the widget. Step 1: Create a new web page. Step 2: … Continue reading →
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 →
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 →
Posted in: JavaScript, JavaScript Plugins, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxMenu, jqxTree
Tagged: context menu, dropdown menu, html5 menu, html5 tree, html5 tree widget, html5 treeview, JavaScript Menu, javascript popup menu, javascript tree, jquery context menu plugin, jQuery Menu, jQuery Menu Plugin, jQuery Menu Widget, jquery popup menu, jQuery Tree, jQuery UI, jQuery UI Menu, jQuery UI Widgets, jQWidgets, jqxMenu, jqxtree, menu, Menu Widget, popup menu, ui menu, web context menu, web menu
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 →
Posted in: JavaScript, JavaScript Plugins, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxCheckBox, jqxMenu, jqxRadioButton
Tagged: checkbox, checkbox menu, image menu, images in menu, JavaScript Menu, javascript menu with checkboxes, javascript menu with images, javascript menu with radio buttons, javascript radiobutton, jQuery Menu, jquery menu with checkboxes, jquery menu with images, jquery menu with radio buttons, jquery radio button, jquery radiobutton, jQuery UI, jQWidgets, jqwidgets checkbox, jqwidgets menu, jqwidgets radiobutton, menu, menu images, menu item images, radio button, radio button menu
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 →
Posted in: JavaScript, JavaScript Plugins, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxMenu
Tagged: horizontal menu, horizontal menu for jquery, html5 menu plugin, JavaScript Menu, jQuery Menu, jquery menu html structure, jQuery Menu Plugin, jquery menu separator items, jQuery Menu Widget, jquery menu with items, jquery menu with separator items, jquery separator, jQuery UI Menu, jqxMenu, menu, menu for jquery, menu from html, menu separator items, web menu
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 →
Posted in: JavaScript, JavaScript Plugins, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxMenu, jqxTree
Tagged: build menu from json, horizontal menu, html5 menu, JavaScript Menu, jQuery Menu, jQuery Menu Plugin, jQuery Tree, jQuery UI, jQuery UI Widgets, jqwidgets menu, jqxMenu, menu from json, Menu Plugin, menu ui, Menu Widget, Tree Menu, tree ui, treeview
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 →