NAVIGATION
This shows you the differences between two versions of the page.
|
links:javascript:jquery:ui [2010/02/19 09:56] Knut Heermann (flip-flop) created |
links:javascript:jquery:ui [2018/06/03 18:08] (current) |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| [[http://jqueryui.com/|jQuery UI]] (**U**ser**I**nterface) provides abstractions for low-level interaction and animation, advanced effects and high-level, themeable widgets, built on top of the jQuery JavaScript Library, that you can use to build highly interactive web applications. | [[http://jqueryui.com/|jQuery UI]] (**U**ser**I**nterface) provides abstractions for low-level interaction and animation, advanced effects and high-level, themeable widgets, built on top of the jQuery JavaScript Library, that you can use to build highly interactive web applications. | ||
| - | \\ | + | |
| + | ===== Datepicker ===== | ||
| [[http://jqueryui.com/demos/datepicker/|Datepicker]] -> The datepicker is tied to a standard form input field. Focus on the input (click, or use the tab key) to open an interactive calendar in a small overlay. Choose a date, click elsewhere on the page (blur the input), or hit the Esc key to close. If a date is chosen, feedback is shown as the input's value | [[http://jqueryui.com/demos/datepicker/|Datepicker]] -> The datepicker is tied to a standard form input field. Focus on the input (click, or use the tab key) to open an interactive calendar in a small overlay. Choose a date, click elsewhere on the page (blur the input), or hit the Esc key to close. If a date is chosen, feedback is shown as the input's value | ||
| + | |||
| + | * [[http://www.kelvinluck.com/projects/jquery-date-picker/|Datepicker examples]] | ||
| + | * Have a look too: [[links/javascript/jquery#date_picker|Date Picker]] | ||
| \\ | \\ | ||
| + | |||
| + | ==== Date/Timepicker ==== | ||
| + | |||
| [[http://stackoverflow.com/questions/1028409/jquery-datepicker-and-timepicker-for-same-input-field-to-popup-one-after-another|jQuery Datepicker and Timepicker for same input field to popup one after another]] | [[http://stackoverflow.com/questions/1028409/jquery-datepicker-and-timepicker-for-same-input-field-to-popup-one-after-another|jQuery Datepicker and Timepicker for same input field to popup one after another]] | ||