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 autohide element after 5 seconds

Is it possible to automatically hide an element in a web page 5 seconds after the form loads using jQuery? Basically, …

jquery jquery-ui
Using jQuery how to get click coordinates on the target element

I have the following event handler for my html element jQuery("#seek-bar").click(function(e){ var x = e.pageX - …

javascript jquery html css jquery-ui
How do I localize the jQuery UI Datepicker?

I really need a localized dropdown calendar. An English calendar doesn't exactly communicate excellence on a Norwegian website ;-) I …

javascript jquery-ui localization calendar jquery-ui-datepicker
jQuery UI Dialog Box - does not open after being closed

I have a problem with the jquery-ui dialog box. The problem is that when I close the dialog box and …

javascript jquery jquery-ui modal-dialog jquery-ui-dialog
Automatically resize jQuery UI dialog to the width of the content loaded by ajax

I'm having a lot of trouble finding specific information and examples on this. I've got a number of jQuery UI …

javascript jquery ajax jquery-ui jquery-ui-dialog
How to change a field name in JSON using Jackson

I'm using jackson to convert an object of mine to json. The object has 2 fields: @Entity public class City { @id …

java jquery hibernate jquery-ui jackson
How to get the date from jQuery UI datepicker

I want to get the date from datepicker whenever user choose the date in jQuery UI datepicker and click the …

javascript jquery jquery-ui
jQuery UI Sortable, then write order into a database

I want to use the jQuery UI sortable function to allow users to set an order and then on change, …

php jquery mysql jquery-ui jquery-ui-sortable
Jquery Date picker Default Date

I am using a Jquery Datepicker in my project. The problem is that it is not loading the current date, …

jquery jquery-ui datepicker jquery-ui-datepicker
How to resize the jQuery DatePicker control

I'm using the jQuery DatePicker control for the first time. I've got it working on my form, but it's about …

jquery-ui