aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.datepicker.js
Commit message (Collapse)AuthorAgeFilesLines
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-2071/+0
| | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029
* All: Remove "Depends" commentRafael Xavier de Souza2014-01-241-3/+0
| | | | | Ref #9464 Ref gh-1029
* All: Wrap source files with UMD return exportsRafael Xavier de Souza2014-01-241-2/+17
| | | | | Ref #9464 Ref gh-1029
* Datepicker: Prefix variables with component name.Scott González2013-10-241-25/+24
|
* Day TH's: scope=col. Closes gh-1074Stephane Deschamps2013-10-021-1/+1
| | | | A TH must feature a way to know which span of TD's it applies to, and in simple tables such as date tables, this can be achieved through the use of the scope attribute.
* Datepicker Tests: Fix IE tests by accounting for async nature of focus/blur ↵Mike Sherov2013-04-071-5/+10
| | | | | and by correctly not double focusing a programmatically focused date picker. A partial fix was implemented to resolve #6694, and this commit completes the fix so we can programmatically focus a date picker without focus being fired twice.
* Datepicker: Remove unused _getBorders() method.Scott González2013-04-031-12/+0
|
* Datepicker: Remove unnecessary global variable now that we don't use inline ↵Scott González2013-04-031-12/+7
| | | | event handlers anymore.
* 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 ↵Scott González2013-02-051-1/+1
| | | | quotes.
* Datepicker: Escape single quotes in tooltips. Fixes #9049 - Datepicker ↵Scott González2013-02-011-1/+1
| | | | beforeShowDay tooltip not displayed properly if single quote is used.
* Datepicker: Handle when yearRange is a year or a modifier. Fixed #8994 - ↵David Petersen2013-01-231-2/+8
| | | | Datepicker: next and prev buttons are disabled when using yearRange
* 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
| | | | Changing disabled option doesn't work.
* 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 ↵Roman Salnikov2012-11-191-2/+6
| | | | #5679 - Datepicker should reinitialize if dpDiv is removed
* 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 ↵Jay Merrifield2012-11-131-1/+13
| | | | yearRange. Fixes #7362 - Datepicker allows changing year to something outside yearRange
* Dev: fix the datepicker test suite and jshint everything. Fixes #8804 - Dev: ↵Mike Sherov2012-11-091-106/+122
| | | | re-enable the datepicker test suite
* Datepicker: Removed iframe cover for IE6.Scott González2012-10-261-18/+3
|
* Effects: Remove deprecated $.effects[]. Fixes #7115 - Effects: Remove ↵Jörn Zaefferer2012-10-251-2/+1
| | | | support for effects in $.effects[].
* 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 ↵Scott González2012-08-261-3/+0
| | | | | | updated instance is not current instance." This revert fixes a more serious problem: Fixes #8522 - Calendar doesn't render when moving between datepicker controls. This reverts commit b4ef2f7ebb1162f75d8fa3276d73e4746bcace84.
* Datepicker: Unescape double escaped ids when handling events. Fixes #8480 - ↵Scott González2012-08-091-1/+1
| | | | Datepicker 1.8.22 escaped id does not work.
* 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
| | | | does not properly scope the body selector.
* Datepicker: Fixed position problem when input is in a fixed element. Fixes ↵Luis Dalmolin2012-07-171-2/+2
| | | | #5626 - DatePicker doesn't work inside fixed div.
* Datepicker: Deleted z-index style on hidden input. Fixed #7449 - Datepicker ↵Maciej Mroziński2012-07-171-1/+1
| | | | dialog has a negative z-index.
* Datepicker: Modified _updateDatepicker to not update display if updated ↵Maciej Mroziński2012-07-171-0/+3
| | | | instance is not current instance. Fixed #6814 - datepicker('setDate') incorrectly overwrites current display with two datepickers.
* 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
| | | | does not respond to any click events in AIR, Google Sites, Windows Metro.
* Datepicker: Don't set _curInst in hideDatepicker. Fixes #8174 - jQuery ↵Scott González2012-04-031-2/+0
| | | | datepicker is stuck open if label is clicked from open state.
* Protect all copyright notices against minificationJo Liss2012-04-021-1/+1
| | | | | | | For instance, this is useful for the jquery-ui-rails gem, which does not use jQuery UI's own minification, but relies on Rails to minify the files where necessary. Rails in turn uses UglifyJS for JS and YUI for CSS, both of which respect the /*! ... */ convention.
* 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
| | | | in scope. Fixed #8138 - datepicker: IE8 does not create a new scope for catch blocks and will cause
* Datepicker: Use 'that' instead of 'self'. Partial fix for #5404 - remove ↵Scott González2012-02-121-4/+3
| | | | uses of 'var self = this;'
* Datepicker: Allow descendant elements in triggers. Fixes #8107 - Closing the ↵Scott González2012-02-081-1/+1
| | | | datepicker via the provided button does not work in Chrome when the button contains other non-text elements.
* Datepicker: added check to account for multiple pickers on one page. Fixed ↵ryanolton2012-01-121-1/+4
| | | | #5818 – multiple DatePickers won't trigger close event
* Merge pull request #463 from jason-oster/masterScott González2011-11-211-1/+2
|\ | | | | Merge #463.
| * Datepicker: Fix `this` reference in _hideDatepicker(). Fixed #7722 - ↵Jay Oster2011-09-151-1/+2
| | | | | | | | Datepicker: Does not properly clear current instance when hidden.
* | Datepicker: Added additional check to checkExternalClick to work when ↵kborchers2011-09-121-15/+14
|/ | | | clicking in another datepicker and removed old fix. Fixes #7686 - infinite loop when onclose event shows a second calendar