Load Tree Items with Ajax

In this post, we will show you how to load jqxTree Items on demand. The tree items that we are going to load are located in 2 different files – ajax1.htm and ajax2.htm. ajax1.htm [{“label”: “Folder 1” },{“label”: “Folder 2” … Continue reading
jQuery, jQuery Widgets, jqxTree
, , , , , , , , , , , , , ,

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