-
Resent Posts
- jQWidgets Now Supports Angular 20
- jQWidgets ver. 23.0.0
- Natural Language Filtering in jqxGrid: Simplicity Meets Intelligence
- Smart UI ver. 23.0
- Unlock the Full Power of jqxGrid in 2025: A Must-Have Data Grid for Modern Web Apps
- Introducing New Features in Smart.Editor: A Game-Changer for Productivity
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
jQWidgets 2.8.1
We are happy to announce the availability of jQWidgets ver. 2.8.1. Below, you can find the list of changes in the new version. What’s New: – Added WAI-ARIA support. – Added Bootstrap and Web themes. What’s Fixed: – Fixed an … Continue reading →
Auto-Complete using jqxInput, PHP and MySQL
The task is to implement a search field bound to MySQL Database. When the user types something in the search field, it will connect to the Database and search for matches. The results will be displayed in the jqxInput’s popup. … Continue reading →
Posted in: jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets
Tagged: jquery autocomplete, jquery input, jQWidgets, jqxinput
Leave a comment
jQWidgets 2.7
We are happy to announce the availability of jQWidgets 2.7. Below, you can find the full list of changes. What’s New: Right-to-Left Support. jqxWindow, jqxNavigationBar and jqxExpander keyboard handling. jqxGrid deferred scrolling. jqxCalendar Month and Year Views. What’s Improved: – … Continue reading →
jQWidgets 2.6
What’s New: – jqxChart Logarithmic Axis. – jqxInput widget. What’s Improved: – jqxGrid horizontal scrolling performance. – jqxChart text rotation attribute for the values along the y-axis. – jqxChart horizontal and vertical text alignment for the items along the x-axis … Continue reading →
Posted in: JavaScript Widgets, jQuery, jQuery Plugins, jQuery UI, jQuery UI Plugins, jQuery UI Widgets, jQuery Widgets, jQWidgets
Tagged: jQuery, jQuery UI, jQuery UI Widgets, jQuery Widgets, jQWidgets, jqxchart, jqxComboBox, jqxdatetimeinput, jqxGrid, jqxinput, jqxmaskedinput, jqxsplitter, jqxtree
Leave a 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 →
Posted in: ASP .NET, JavaScript, JavaScript Plugins, JavaScript UI, jQuery, jQuery Plugins, jqxChart, jqxComboBox, jqxDateTimeInput, jqxDropDownList, jqxGrid, PHP
Tagged: excel editing, excel selection, html5 widgets, javascript controls, javascript widgets, jquery controls, jQuery Widgets, jQWidgets, metro theme, office theme, php, php widgets
Leave a comment
jQuery Tree with Single Click Expand/Collapse
In order to make the jqxTree’s items to expand/collapse when the user clicks on an item, you need to set the ‘toggleMode’ property to ‘click’ Code Example: var source = [ { label: “Mail”, expanded: true, items: [ { label: … Continue reading →
Posted in: jQuery, jQuery Plugins, jQuery UI, jqxTree
Tagged: javascript tree, jQuery Tree, jqxtree, js tree, treeview, treeview component, treeview control, treeview widget
Leave a comment
jQWidgets 2.4.1
We are happy to announce the availability of jQWidgets ver. 2.4.1. This version includes mostly bug fixes, but also brings two important updates – the new jqxGrid Export capabilities and support for the latest version of the jQuery framework – … Continue reading →
Posted in: ASP .NET, JavaScript, JavaScript Plugins, 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
2 Comments
jQuery ListView Widget
jqxListView is a new widget which is planned for jQWidgets ver. 2.4. jqxListView represents a navigation widget which can be built from UL/LI HTML elements. With jqxListView, users will be able to easily create nested structures of Lists or use … Continue reading →
Posted in: jQuery, jQuery Plugins, jQuery UI, jQWidgets
Tagged: ios listview, JavaScript, javascript listview, jQuery, jquery listview, jquery listview widget, listview, listview control, listview plugin, listview widget, mobile listview, ui controls, ui framework, ui listview, ui widgets
Leave a comment
jQWidgets 2.3
We are happy to announce the availability of jQWidgets ver. 2.3. Below is the full list of changes in the new version. What’s New: – 10 new themes including jQuery UI compatible themes. – ButtonGroup widget. What’s Improved: – Scrolling … Continue reading →
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 →