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
JavaScript, jQuery, jQWidgets
, , , , , , , , , , , , , , , ,

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
JavaScript, jQuery, jqxTabs
, , , , , , , , , , , , ,

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
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
, , , , , , , , , , , , , , , , ,

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 UI Plugins, jQuery UI Widgets, jQWidgets, jqxTabs
, , , , , , , , , , ,

Leave a comment

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
jQuery UI Widgets, jQWidgets, jqxTabs
, , , , , ,

Leave a comment