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 set column widths to a jQuery datatable?

I have a jQuery datatable(outlined in red), but what happens is that the table jumps out of the width …

jquery jquery-ui datatables
jQuery UI Dialog window loaded within AJAX style jQuery UI Tabs

The AJAX tabs work perfectly well. It's pretty straightforward with that part. However, getting the AJAX UI Dialog modal window …

jquery jquery-ui modal-dialog
How to disable manual input for JQuery UI Datepicker field?

I decided to use the JQuery UI Datepicker script for picking dates. Below is part of my code, and the …

php jquery-ui datepicker
Prevent jQuery UI dialog from setting focus to first textbox

I have setup a jQuery UI modal dialog to display when a user clicks a link. There are two textboxes (…

javascript jquery jquery-ui
jQuery UI accordion that keeps multiple sections open?

I may be an idiot, but how do you keep multiple sections in jQuery UI's accordion open? The demos all …

javascript jquery html jquery-ui
datetimepicker is not a function jquery

I working with datetimepicker jquery ui, when code below html , datetimepicker is not displaying and when i inspect with firebug …

jquery-ui datetimepicker
jQuery UI Dialog - missing close icon

I'm using a custom jQuery 1.10.3 theme. I downloaded every straight from the theme roller and I have intentionally not changed …

javascript jquery-ui jquery-ui-dialog imagebutton
jQuery Mobile how to check if button is disabled?

I disable the button like this on my jQuery Mobile webpage: $(document).ready(function() { $("#deliveryNext").button(); $("#deliveryNext").button('disable'); }); and …

javascript jquery jquery-ui jquery-mobile
Custom "confirm" dialog in JavaScript?

I've been working on an ASP.net project that uses custom 'modal dialogs'. I use scare quotes here because I …

javascript jquery jquery-ui dialog modal-dialog
How do I keep jQuery UI Accordion collapsed by default?

I am working with jQuery UI Accordion and it works great, but I would like to have the accordion stay …

jquery-ui