aboutsummaryrefslogtreecommitdiffstats
path: root/demos/datepicker/date-range.html
Commit message (Collapse)AuthorAgeFilesLines
* Demos:Tests: Avoid self-closing HTML tagsMichał Gołębiowski-Owczarek2023-05-101-2/+2
| | | | | | | | | Self-closing tags are reported by newer versions of the htmllint Grunt plugin. They also don't make sense in our HTML files since they are not XHTML-compliant and they run in HTML mode anyway. Ref gh-2157
* Demos: Add device-width viewport meta to all demosJörn Zaefferer2015-09-301-0/+1
| | | | Ref 343c2651729af2fdf020dd538fce0855785f5a0d
* Datepicker: Use new demos infrastructureAlexander Schmitz2015-07-211-7/+2
| | | | Ref #10119
* Datepicker: Fix date range demo when entering values manuallyScott González2015-02-231-15/+28
| | | | | Fixes #11143 Closes gh-1454
* Build: Reorganize external directoryScott González2014-06-241-1/+1
| | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266
* All: Rename jquery.js to exclude version in filenameJörn Zaefferer2014-03-051-1/+1
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-4/+4
| | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029
* Updating jQuery to 1.10.2.Bruno M. Custódio2013-07-051-1/+1
| | | | | Adding jQuery 1.10.0, 1.10.1, 1.10.2, 2.0.0, 2.0.1, 2.0.2 and 2.0.3 to the tests directory.
* Updating 'jQuery' to 1.9.1.Bruno M. Custódio2013-02-051-1/+1
|
* Updating to jQuery 1.9.0Kris Borchers2013-01-171-1/+1
|
* Upgrade jQuery to 1.8.3.Scott González2012-11-141-1/+1
|
* Datepicker demo: Fixed date range restriction when clearing dates. Fixes ↵Scott González2012-10-111-2/+2
| | | | #5473 - Datepicker: Date range demo bug when clearing date.
* Upgrade jQuery to 1.8.2.Scott González2012-09-201-1/+1
|
* Demos: Cleanup.Scott González2012-09-101-9/+2
|
* Upgrade jQuery to 1.8.0.Scott González2012-08-131-1/+1
|
* Datepicker range demo: Use public APIs. Fixes #8292 - Double Click on from ↵Scott González2012-05-031-8/+10
| | | | date in Date range datepicker.
* Upgrade jQuery to 1.7.2.Scott González2012-03-221-1/+1
|
* Upgrade jQuery to 1.7.1.Scott González2011-11-221-1/+1
|
* Upgrade jQuery to 1.7.Scott González2011-11-091-1/+1
|
* Upgraded jQuery to 1.6.4.Scott González2011-10-181-1/+1
|
* Upgrade jQuery to 1.6.2.Scott González2011-07-251-1/+1
|
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-021-1/+1
|
* Datepicker - Fixed incorrect semi-colon that should have been a comma. Fixes ↵Scott González2011-01-301-1/+1
| | | | #6916 - Datepicker date range demo: syntax glitch.
* Datepicker Demo: modifed the name of the event search demo to be date-range. ↵Kyle Wilkinson2010-11-211-0/+49
Fixed #6675 - Date Range demo for Datepicker has unclear title.