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

Loading Tab contents with Ajax

In this blog post, we will create a jqxTabs widget with 3 tabs. The content of each Tab will be loaded dynamically with Ajax. – Add the JavaScript and CSS files. <link rel=”stylesheet” href=”../../jqwidgets/styles/jqx.base.css” type=”text/css” /><script type=”text/javascript” src=”../../scripts/jquery-1.7.2.min.js”></script><script type=”text/javascript” src=”../../jqwidgets/jqxcore.js”></script><script … Continue reading
JavaScript Plugins, jQuery Plugins, jQuery Widgets, 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

Announcing jQWidgets 1.1

We are excited to announce the second public release of the jQWidgets suite. What’s New With the quality and performance needed to create modern web-based applications and with easy to use APIs, jQWidgets v1.1 marks the debut of the jqxTree, … Continue reading
jQuery UI Plugins, jQuery UI Widgets, jQWidgets, jqxCalendar, jqxComboBox, jqxDateTimeInput, jqxDropDownList, jqxExpander, jqxListBox, jqxMaskedInput, jqxMenu, jqxNavigationBar, jqxNumberInput, jqxProgressBar, jqxRating, jqxScrollBar, jqxTabs, jqxTooltip, jqxTree
, , , , , , , , , , , , , , ,

Leave a comment