aboutsummaryrefslogtreecommitdiffstats
path: root/ui/datepicker.js
Commit message (Collapse)AuthorAgeFilesLines
* Datepicker: Move datepicker into widgets folderAlexander Schmitz2015-08-081-2093/+0
| | | | Ref #13885
* Core: Move keyCode into its own moduleAlexander Schmitz2015-08-081-2/+2
| | | | Ref #9647
* Core: Move version and creation of the ui namespace into its own moduleAlexander Schmitz2015-08-081-1/+2
| | | | Ref #9647
* Datepicker: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-18/+18
|
* All: Add css-dependency-comments based on jQuery MobileRafael Xavier de Souza2015-02-261-0/+3
| | | | | | Ref gh-1029 Ref jquery/download.jqueryui.com#178 Closes gh-1440
* Build: Remove dates from copyright noticeAnne-Gaelle Colom2015-01-021-1/+1
| | | | Closes gh-1403
* Build: Remove manifest files; move metadata to source filesScott González2014-11-101-2/+7
| | | | Closes gh-1379
* DatePicker: datepicker_instActive released on instance destroyChen Eshchar2014-10-201-0/+4
| | | | | Fixes #10668 Closes gh-1362
* Datepicker: Abstract mouseover logic to avoid explicit event triggerTJ VanToll2014-07-231-14/+20
| | | | | | | | | The reliance on `.mouseover()` caused an issue in some circumstances (see #5816). The removal of `.mouseover()` broke keyboard navigation (see #10319). Fixes #10319 Closes gh-1290
* Datepicker: reject dates with two year digits when expecting 'yy'Rodrigo Menezes2014-07-141-1/+2
| | | | | Fixes #8353 Closes gh-1248
* Datepicker: Define en and en-US locales based on defaultsScott González2014-06-161-0/+2
| | | | | Fixes #6682 Closes gh-1269
* Datepicker: Remove unnecessary mouseover triggerRafael Xavier de Souza2014-05-021-1/+1
| | | | | Fixes #5816 Closes gh-974
* All: Updating copyright year to 2014TJ VanToll2014-01-281-1/+1
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-0/+2071
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029