-
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
jQWidgets 2.4
We are happy to announce the availability of jQWidgets 2.4. Below you can find the full list of changes in the new version: What’s New – jqxListView, jqxScrollView and jqxTouch widgets. – jqxGrid Filter Row. – jqxGrid StatusBar and Toolbar. … Continue reading →
Posted in: JavaScript, jQuery, jQWidgets
Tagged: JavaScript, jQuery, jQWidgets, jqxchart, jqxComboBox, jqxdatetimeinput, jqxdragdrop, jqxdropdownlist, jqxgauge, jqxGrid, jqxlistmenu, jqxnumberinput, jqxscrollview, jqxTabs, jqxtree, jqxvalidator, php
Leave a comment
Save jqxTabs selection with Cookies
1. Before the jqxTabs initialization, check for a saved index. If there’s index, set the jqxTabs ‘selectedItem’ property to point to the index. var index = $.jqx.cookie.cookie(“jqxTabs_jqxWidget”);if (undefined == index) index = 0;$(‘#jqxTabs’).jqxTabs({selectedItem: index, width: ‘90%’, height: 200, position: ‘top’, … Continue reading →
Posted in: JavaScript, jQuery, jqxTabs
Tagged: cookie, JavaScript, JavaScript Tabs, javascript tabs widget, jQuery, jQuery Tabs, jQuery Tabs Widget, jQuery UI, jqxTabs, Tab Control, Tabs, tabs cookies, tabs selection, tabstrip
Leave a comment
Load Tabs with Ajax
In this post, we are going to illustrate how to dynamically add new tabs to the jqxTabs widget. Each new tab will be loaded with AJAX. – The first step is to add all JavaScript and CSS dependencies for the … Continue reading →
Posted in: 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, jqxTabs
Tagged: ajax tabs, Html5, html5 ui, JavaScript Tabs, jquery plugin, jquery tab control, jQuery Tabs, jQuery Tabs Plugin, jQuery Tabs Widget, jQuery UI, jQuery UI Tabs, jqxTabs, load tabs on demand, Tab Control, Tabs, tabs loaded with ajax, tabs widgets, tabstrip
Leave a comment
jQuery Slideshow with jqxTabs
This post shows how to use and configure the jqxTabs widget so you can create a simple slideshow that automatically switches between the tabs. The $(‘#jqxTabs’).jqxTabs(‘next’) function selects the next tab until the last tab. If the last tab is … Continue reading →
jQuery Tabs Widget
The upcoming release of jQWidgets will feature a new cool jQuery Tabs Widget designed to make it easier to break your web page’s content into multiple sections. jqxTabs cuts your development time and helps you create better looking web site … Continue reading →
Posted in: jQuery UI Widgets, jQWidgets, jqxTabs
Tagged: jQuery Tabs, jQuery UI Tabs, jQuery UI Widgets, jQWidgets, jqxTabs, Tabs Plugin, Tabs Widget
Leave a comment