aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.datepicker.js
Commit message (Expand)AuthorAgeFilesLines
* Datepicker Tests: Fix IE tests by accounting for async nature of focus/blur a...Mike Sherov2013-04-071-5/+10
* Datepicker: Remove unused _getBorders() method.Scott González2013-04-031-12/+0
* Datepicker: Remove unnecessary global variable now that we don't use inline e...Scott González2013-04-031-12/+7
* Datepicker: Don't use .zIndex(); implement the logic locally.Scott González2013-03-151-1/+23
* Datepicker: Use entity number instead of entity name when escaping single quo...Scott González2013-02-051-1/+1
* Datepicker: Escape single quotes in tooltips. Fixes #9049 - Datepicker before...Scott González2013-02-011-1/+1
* Datepicker: Handle when yearRange is a year or a modifier. Fixed #8994 - Date...David Petersen2013-01-231-2/+8
* Update copyright year to 2013.Scott González2013-01-101-1/+1
* All: Convert single quotes to double quotes.Mike Sherov2012-12-251-397/+397
* Datepicker: Use tabs for indentation.Mike Sherov2012-12-251-9/+9
* Datepicker: Remove data event handlers from the dark ages.Scott González2012-12-201-12/+2
* Datepicker: Handle changes to the disabled option. Fixes #8883 - Datepicker: ...Scott González2012-12-051-0/+7
* Datepicker: Remove JSHint overrides.Scott González2012-11-271-1/+0
* Datepicker: Remove support for setting options via custom attributes.Scott González2012-11-261-15/+2
* Datepicker: reinitialize datepicker if mainDiv isn't on the page. Fixed #5679...Roman Salnikov2012-11-191-2/+6
* Dev: make Datepicker pass JSHint with only eval setting overriddenMike Sherov2012-11-181-506/+705
* Datepicker: Updated the range tests so you can't navigate past the yearRange....Jay Merrifield2012-11-131-1/+13
* Dev: fix the datepicker test suite and jshint everything. Fixes #8804 - Dev: ...Mike Sherov2012-11-091-106/+122
* Datepicker: Removed iframe cover for IE6.Scott González2012-10-261-18/+3
* Effects: Remove deprecated $.effects[]. Fixes #7115 - Effects: Remove support...Jörn Zaefferer2012-10-251-2/+1
* Remove trailing whitespace and add final newlinesTrey Hunner2012-10-211-12/+12
* Remove use of $.browser; add $.ui.ie and $.ui.ie6 temporarily.Scott González2012-10-101-1/+1
* Updated docs URLS.Scott González2012-09-261-1/+1
* Revert "Datepicker: Modified _updateDatepicker to not update display if updat...Scott González2012-08-261-3/+0
* Datepicker: Unescape double escaped ids when handling events. Fixes #8480 - D...Scott González2012-08-091-1/+1
* Simplify licensing.Scott González2012-08-091-1/+1
* Datepicker: Changed body selector to document.body. Fixed #8464 - Datepicker ...Mark Aaron Shirley2012-07-271-1/+1
* Datepicker: Fixed position problem when input is in a fixed element. Fixes #5...Luis Dalmolin2012-07-171-2/+2
* Datepicker: Deleted z-index style on hidden input. Fixed #7449 - Datepicker d...Maciej Mroziński2012-07-171-1/+1
* Datepicker: Modified _updateDatepicker to not update display if updated insta...Maciej Mroziński2012-07-171-0/+3
* Update copyright to jQuery Foundation.Scott González2012-07-041-1/+2
* Datepicker: Remove workaround for old Opera.Scott González2012-06-141-4/+0
* Datepicker: Removed unused isArray() function.Scott González2012-06-141-6/+0
* Datepicker: Pulled event handlers into static code. Fixed #3945 - DatePicker ...Mike Stay2012-06-061-16/+46
* Datepicker: Don't set _curInst in hideDatepicker. Fixes #8174 - jQuery datepi...Scott González2012-04-031-2/+0
* Protect all copyright notices against minificationJo Liss2012-04-021-1/+1
* Updated copyright year.Scott González2012-03-081-1/+1
* Use hard tabs for indentation consistentlyTrey Hunner2012-02-271-8/+8
* Datepicker: modified a catch variable to no longer mask an existing variable ...Jasvir Nagra2012-02-241-2/+2
* Datepicker: Use 'that' instead of 'self'. Partial fix for #5404 - remove uses...Scott González2012-02-121-4/+3
* Datepicker: Allow descendant elements in triggers. Fixes #8107 - Closing the ...Scott González2012-02-081-1/+1
* Datepicker: added check to account for multiple pickers on one page. Fixed #5...ryanolton2012-01-121-1/+4
* Merge pull request #463 from jason-oster/masterScott González2011-11-211-1/+2
|\
| * Datepicker: Fix `this` reference in _hideDatepicker(). Fixed #7722 - Datepick...Jay Oster2011-09-151-1/+2
* | Datepicker: Added additional check to checkExternalClick to work when clickin...kborchers2011-09-121-15/+14
|/
* Datepicker: Revert "Datepicker: Removing unnessecary typeof check. Fixed #666...Scott González2011-08-101-1/+2
* Datepicker: Added ability to stop datepicker from beforeShow. Fixes #7602 - A...Karl Kirch2011-08-091-1/+7
* Revert "Datepicker: Added onSelect.apply() call to _setDate method if onSelec...Scott González2011-08-091-8/+0
* Datepicker: Removed click handling for month and year dropdowns. Fixes #6198 ...Scott González2011-08-011-15/+0
* Merge branch 'master' into core-1.6.1Scott González2011-07-251-6/+41
|\