Top "Jquery-ui" questions

jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library.

How to generate UL Li list from string array using jquery?

I have string array like 'United States', 'Canada', 'Argentina', 'Armenia', 'Aruba', 'Australia', 'Austria', 'Azerbaijan', 'Bahamas', 'Bangladesh', 'Belarus', 'Belgium'**, ... etc. I …

jquery jquery-ui jquery-selectors javascript-framework
Can I use Twitter Bootstrap and jQuery UI at the same time?

I am using Twitter Bootstrap and I want to use an "auto-suggest" which is not available in Bootstrap, whereas jQuery …

jquery-ui twitter-bootstrap
changing minDate option in JQuery DatePicker not working

I have declared a date picker instance as follows: $("#datePickerId").datepicker( { dateFormat: 'DD, d MM yy', minDate: 0, showOn: 'button', buttonImage: …

jquery-ui datepicker
jQuery Datepicker localization

I need a french calendar and I can't understand the problem. I guess I'm not using the regional options like …

javascript jquery-ui localization internationalization jquery-ui-datepicker
Switch to selected tab by name in Jquery-UI Tabs

If I have three tabs: <div id="tabs"> <ul> <li><a href="#sample-tab-1"&…

jquery-ui tabs
JQuery datepicker not working

Good day! I am trying to use jquery for the first time. And i cannot make it work. My code …

jquery jquery-ui jquery-ui-datepicker
How can I disable a button on a jQuery UI dialog?

How do I go about disabling a button on the jQuery UI dialog. I can't seem to find this in …

jquery jquery-ui jquery-ui-dialog
Twitter Bootstrap vs jQuery UI?

I've been using jQuery UI for some basic page enhancements. Button and input styling and modal dialog boxes. Now I've …

javascript jquery jquery-ui twitter-bootstrap
How to change Jquery UI Slider handle

I want to modify the stock JQuery UI slider so that the handle has a arrow on it rather than …

jquery jquery-ui jquery-plugins slider
Limit results in jQuery UI Autocomplete

I am using jQuery UI Autocomplete. $("#task").autocomplete({ max:10, minLength:3, source: myarray }); The max parameter doesn't work and I still …

jquery-ui autocomplete jquery-ui-autocomplete