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.

jQuery UI Accordion Expand/Collapse All

I'm using the jQuery UI Accordion (which does not allow more than one item open at a time) on a …

javascript jquery jquery-ui accordion jquery-ui-accordion
How to display an IFRAME inside a jQuery UI dialog

The web application that I am upgrading uses jQuery and jQuery UI. I have replaced most instances of window.open …

jquery html jquery-ui iframe jquery-ui-dialog
jquery dialog save cancel button styling

I am using jquery ui dialogs in my application. How do I style the "Save" and "Cancel" buttons differently in …

jquery jquery-ui jquery-ui-dialog
how to add a day to a date using jquery datepicker

I have 2 textboxes on my site for pickup date and drop off date both using the jquery date picker. I …

jquery jquery-ui datepicker
Using jQuery UI sortable with HTML tables

I want to output some data from the database in a HTML table, and I want the user to be …

jquery jquery-ui html-table jquery-ui-sortable
Apply CSS to jQuery Dialog Buttons

So I currently have a jQuery dialog with two buttons: Save and Close. I create the dialog using the code …

jquery css jquery-ui button dialog
jQuery UI Dialog individual CSS styling

I'm looking to style a modal dialog (using UI Dialog) with unique CSS that is separate from the traditional dialog, …

jquery css jquery-ui dialog modal-dialog
Jquery UI tooltip does not support html content

Today, I upgraded all of my jQuery plugs-in with jQuery 1.9.1. And I started to use jQueryUI tooltip with jquery.ui.1.10.2. …

jquery html jquery-ui jquery-ui-tooltip
How to detect if a browser is Chrome using jQuery?

I have a bit of an issue with a function running in chrome that works properly in Safari, both webkit …

jquery jquery-ui google-chrome jquery-selectors cross-browser
Remove Datepicker Function dynamically

I want to remove datepicker function depending on the dropdownlist selected value. I try the following codes, but it still …

javascript jquery jquery-ui jquery-ui-datepicker