jQuery Widgets Hotfixes

Thank you all for the feedback after we launched jQWidgets 5.3.0. Today’s release resolves everything reported and confirmed by our Team: – Fixed an issue in jqxGrid related to nested Grids z-index. – Fixed an issue in jqxListBox related to … Continue reading
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
, , , , , , , , , ,

Leave a comment

Typescript

The next version of jQWidgets will come with Typescript definitions for all widgets and with many examples which demonstrate how to use the widgets with Typescript. Below is an example of a Grid defined with Typescript. It is actually the … Continue reading
AngularJS, 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, jqxGrid, typescript
, , , , , , , , , , , , , , , ,

1 Comment

jQWidgets 2.5.5

We are happy to announce the availability of jQWidgets ver. 2.5.5. The new version brings many new features and improvements in all widgets. We added two new much requested themes – Office and Metro and also Excel-Like Selection and Editing … Continue reading
ASP .NET, JavaScript, JavaScript Plugins, JavaScript UI, jQuery, jQuery Plugins, jqxChart, jqxComboBox, jqxDateTimeInput, jqxDropDownList, jqxGrid, PHP
, , , , , , , , , , ,

Leave a comment

jQuery Alert Popup

In this post, we’ll show you how to implement a simple Alert popup window which you can use instead of the standard JavaScript alert. 1. The first step is to implement the Alert popup styles. We create three CSS classes … Continue reading
JavaScript, jQuery, jQuery Plugins
, , , , , , , , , , , , ,

Leave a comment

Save and Load DropDownList selection with Cookies

In this post, we will show you how to save the jqxDropDownList’s selection and load it from a cookie when the page is reloaded. 1. Add the jqxDropDownList to your web page. 2. Try to load the selection from a … Continue reading
JavaScript, JavaScript Widgets, jQuery UI, jQuery Widgets, jqxDropDownList
, , , , , , , , ,

Leave a comment

Arrange jQuery Widgets or HTML elements with Dock Layout Panel

The jqxDockPanel widget represents a container for other widgets or html elements. It arranges its inner elements depending on the value of the ‘dock’ attribute. The possible ‘dock’ attribute values are: ‘left, right, top and bottom’. Lets take a look … Continue reading
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
, , , , , , , , , , , , , , , ,

Leave a comment

Synchronize ListBox with HTML Select tag

To synchronize the jqxListBox widget with a ‘Select’ tag, you need to do the following: Initialize the jqxListBox and load its items from the ‘Select’ tag. To achieve this, we will use the ‘loadFromSelect’ method and will pass as parameter … 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

Adding jqxExpander to your web page

In this post we will show you how to add a jqxExpander to your web page. 1. Add the JavaScript files. Create a “scripts” directory in the root directory of your webpage. Copy the jqxexpander.js file into your scripts folder. … Continue reading
jQuery Plugins, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxExpander
, , , , , , , , ,

Leave a comment