jQWidgets 1.4

We are happy to announce that we just released jQWidgets 1.4. The new version introduces a new product and a number of major updates. Users will find a new Grid and updated visual appeal and features across all jQuery widgets. … Continue reading
JavaScript, JavaScript Plugins, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxButton, jqxCalendar, jqxComboBox, jqxDateTimeInput, jqxDropDownList, jqxExpander, jqxGrid, jqxListBox, jqxMaskedInput, jqxMenu, jqxNavigationBar, jqxNumberInput, jqxProgressBar, jqxRating, jqxScrollBar, jqxSlider, jqxSplitter, jqxTabs, jqxTooltip, jqxTree, jqxWindow
, , , , , ,

Leave a comment

ListBox with CheckBoxes

The ListBox has the capability to show checkboxes for each item in a list. Each item can be checked and unchecked by clicking the checkbox or by using the ‘checkIndex’ and ‘uncheckIndex’ methods. Users are allowed to check any number … Continue reading
JavaScript, JavaScript Plugins, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jqxListBox
, , , , , , , , , , , , , , , , , , , , , , , ,

Leave a comment

jQuery Splitter

The jQuery Splliter plugin consists of a movable split bar that divides a container’s display area into two or more resizable panels. We are going to show you some of the basic features of the Splitter and how to add … Continue reading
JavaScript, JavaScript Plugins, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxSplitter
, , , , , , , , , , , , , , , , , , , , , , , ,

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

ComboBox Search Modes

This post is about the supported ComboBox search modes. With the jQWidgets ComboBox users can quickly find and select a value from a pre-populated list of values as they type. It has built-in search mode functionality. The ComboBox supports the … Continue reading
JavaScript, JavaScript Plugins, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxComboBox, jqxListBox
, , , , , , , , , , , , ,

Leave a comment

Populating ListBox from UL

In this post we will show you how to populate the jqxListBox with data coming from UL in a few steps. 1. Include the javascript and stylesheet files. <head> <title>jQuery ListBox</title> <link rel="stylesheet" href="../../jqwidgets/styles/jqx.base.css" type="text/css" /> <script type="text/javascript" src="../../scripts/jquery-1.7.1.min.js"></script> <script … Continue reading
JavaScript, JavaScript Plugins, JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxListBox
, , , , , , , , , , , , , , ,

Leave a comment

jQWidgets ver. 1.2.1

We fixed a few reported bugs in this release. Slider Fixed an issue regarding the thumb dragging on touch devices when the range slider mode is enabled. Fixed an issue regarding the increase/decrease buttons. Menu Fixed an issue regarding the … Continue reading
jQuery UI Plugins, jQuery UI Widgets, jQWidgets, jqxCalendar, jqxComboBox, jqxDateTimeInput, jqxDropDownList, jqxExpander, jqxListBox, jqxMaskedInput, jqxMenu, jqxNavigationBar, jqxNumberInput, jqxProgressBar, jqxRating, jqxScrollBar, jqxSlider, jqxTabs, jqxTooltip, jqxTree, jqxWindow
, ,

Leave a comment

jQWidgets ver. 1.2 is here

We are excited to announce the availability of jQWidgets ver. 1.2. With the introduction of jqxSlider and jqxWindow, we are ready to take your Web Applications to the next level.These new jQuery widgets present a consistent experience across all browsers … Continue reading
jQuery UI Plugins, jQuery UI Widgets, jQWidgets, jqxCalendar, jqxComboBox, jqxDateTimeInput, jqxDropDownList, jqxExpander, jqxListBox, jqxMaskedInput, jqxMenu, jqxNavigationBar, jqxNumberInput, jqxProgressBar, jqxRating, jqxScrollBar, jqxSlider, jqxTabs, jqxTooltip, jqxTree, jqxWindow
, , , , , ,

Leave a comment

New jQWidgets Release

jQWidgets ver. 1.1.1 is mostly a maintenance release. There are a few small improvements to the jqxDateTimeInput and jqxTooltip widgets, but there no significant new features or new widgets in this release. You can check out the release notes here … Continue reading
jQuery UI Plugins, jQuery UI Widgets, jQWidgets
, , , , ,

Leave a comment

jQuery Tree Widget

One of the newest widgets in our product is the jqxTree. It represents a highly configurable jQuery Tree widget that displays hierarchical data, such as a table of contents in a tree structure. jqxTree can be generated from lists and … Continue reading
jQuery UI Plugins, jQuery UI Widgets, jQWidgets, jqxTree
, , , , , , ,

1 Comment