Auto Open and Close jqxDropDownList’s Popup

This blog post will show you how to use the jqxDropDownList’s API to implement auto open/close behavior. The widget’s popup should be opened when the mouse cursor is moved over it and should be closed when the mouse cursor leaves … Continue reading
JavaScript, jQuery, jQuery UI, jqxDropDownList
, , , , , , , , , , , , , ,

Leave a comment

Bind DropDownList to XML data

In this post, we will add a DropDownList to a web page and will load it from XML data source. 1. The first step is to include the required javascript and css files. <link rel=”stylesheet” href=”../../jqwidgets/styles/jqx.base.css” type=”text/css” /><link rel=”stylesheet” href=”../../jqwidgets/styles/jqx.darkblue.css” … Continue reading
JavaScript UI Plugins, JavaScript UI Widgets, JavaScript Widgets, jqxDropDownList
, , , ,

Leave a comment

Save and Load DropDownList selection with Cookies

In this post, we will show you how to save the jqxDropDownList’s selection and load it from a cookie when the page is reloaded. 1. Add the jqxDropDownList to your web page. 2. Try to load the selection from a … Continue reading
JavaScript, JavaScript Widgets, jQuery UI, jQuery Widgets, jqxDropDownList
, , , , , , , , ,

Leave a comment