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.

Combine multiple JavaScript files into one JS file

I am using jquery in my web application and I need to load more jquery script files into a single …

javascript jquery jquery-ui
Long Press in JavaScript?

Is it possible to implement "long press" in JavaScript (or jQuery)? How? (source: androinica.com) HTML <a href="" title=""&…

javascript jquery jquery-ui jquery-mobile jquery-events
$.browser is undefined error

Possible Duplicate: Is jQuery $.browser Deprecated? jQuery latest $.browser In a code I am using JQuery is loading. I have …

jquery jquery-ui jquery-1.9
Passing data to a jQuery UI Dialog

I'm developing an ASP.Net MVC site and on it I list some bookings from a database query in a …

javascript jquery asp.net-mvc jquery-ui jquery-ui-dialog
jQuery datepicker to prevent past date

How do I disable past dates on jQuery datepicker? I looked for options but don't seem to find anything that …

javascript jquery jquery-ui date datepicker
jQuery UI autocomplete with item and id

I have the following script which works with a 1 dimensional array. Is it possible to get this to work with …

javascript jquery arrays jquery-ui jquery-ui-autocomplete
Styling JQuery UI Autocomplete

Fiddle I'm trying to style the sections inside the AutoComplete, but I don't know what to put in the CSS …

javascript jquery css jquery-ui jquery-ui-autocomplete
jQuery - trapping tab select event

I'm a jQuery noob and I'm trying to figure out how to trap the tab selected event. Using jQuery 1.2.3 and …

jquery jquery-ui jquery-ui-tabs
Disable future dates after today in Jquery Ui Datepicker

I want to disable all the future dates after today in Jquery Ui Datepicker Here is the Demo : Code : $( "#start_…

javascript jquery jquery-ui datepicker
How to show all rows by default in JQuery DataTable

Does anybody know how to show all rows by default in jQuery datatable? I have tried this code, but it …

jquery jquery-ui jquery-plugins datatables