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.

Set today's date as default date in jQuery UI datepicker

I just want today's date to be the default value in the input that is using jQuery UI's datepicker: <…

jquery jquery-ui jquery-ui-datepicker
jQuery Date Picker - disable past dates

I am trying to have a date Range select using the UI date picker. in the from/to field people …

jquery jquery-ui datepicker uidatepicker jquery-ui-datepicker
jQuery UI dialog positioning

I am trying to use the jQuery dialog UI library in order to position a dialog next to some text …

jquery jquery-ui
jQuery UI: Datepicker set year range dropdown to 100 years

Using the Datepicker the year drop down by default shows only 10 years. The user has to click the last year …

jquery jquery-ui jquery-ui-datepicker
Convert string to number and add one

I want to turn the value I get from the id into a number and add one to it then …

jquery html jquery-ui
jQuery UI Tabs - How to Get Currently Selected Tab Index

I know this specific question has been asked before, but I am not getting any results using the bind() event …

javascript jquery jquery-ui tabs jquery-ui-tabs
setting min date in jquery datepicker

Hi i want to set min date in my jquery datepicker to (1999-10-25) so i tried the below code …

jquery jquery-ui jquery-ui-datepicker
How can I bind to the change event of a textarea in jQuery?

I want to capture if any changes happened to <textarea>. Like typing any characters (deleting,backspace) or mouse …

javascript jquery jquery-ui
keycode 13 is for which key

Which is the key on the keyboard having the keycode as 13? switch(key) { case 37: $.keynav.goLeft(); break; case 38: $.keynav.goUp(); …

javascript jquery jquery-ui keyboard
jquery-ui-dialog - How to hook into dialog close event

I am using the jquery-ui-dialog plugin I am looking for way to refresh the page when in some circumstances when …

javascript jquery jquery-ui modal-dialog jquery-ui-dialog