From jQuery JavaScript Library
You searched for UI/Datepicker=0A=
There is no page titled "UI/Datepicker=0A=". You can create this page.
For more information about searching jQuery JavaScript Library, see Searching jQuery JavaScript Library.
Showing below up to 20 results starting with #1.
View (previous 20) (
next 20) (
20 |
50 |
100 |
250 |
500).
Article title matches
- UI/API/1.6/Datepicker (1,744 bytes)
1: {{OldUIAPI|Datepicker}}
3: [[UI|« Back to the jQuery UI Docs]]
5: A highly configurable plugin that adds datepicker functionality to your pages. You can restrict the...
10: {{:UI/API/1.6/Datepicker/datepicker}}
15: ...text input field to your page and then attach the datepicker to it.
- UI/API/1.6/Datepicker/datepicker (31,096 bytes)
1: {{OldUIAPI|Datepicker}}
3: {{APIHeader|UI/API/1.6/Datepicker|datepicker|function}}
6: |name=datepicker
7: |cat=UI/API/1.6/Datepicker
10: ...epicker is a highly configurable plugin that adds datepicker functionality to your pages. You can customize th...
- UI/Datepicker/dialogDatepicker (1,040 bytes)
2: {{APIHeader|UI/Datepicker|dialogDatepicker|function}}
5: |name=dialogDatepicker
6: |cat=UI/Datepicker
7: |return=Datepicker
8: |desc=Open a datepicker in a "dialog" box.
- Plugins/Datepicker/dialogdatepicker (0 bytes)
- UI/Datepicker/dialogdatepicker (0 bytes)
- UI/Datepicker/Localization (6,012 bytes)
1: « [[UI/Datepicker|Back to UI/Datepicker]]
3: ...ns how to create a localization for the jQuery UI Datepicker plugin.
7: ...Many localizations are [http://jqueryui.com/demos/datepicker/#localization already available], and additional ...
9: ... accessing the default (English) version: <code>$.datepicker.regional['fr']</code>.
11: ...language code, with the following [[UI/Datepicker/datepicker#options|attributes]]:
- UI/Datepicker/ChangeLog (9,518 bytes)
1: « [[UI/Datepicker|Back to UI/Datepicker]]
3: * Keystrokes not recognised by datepicker are passed onto field. (3082)
4: * Inline datepicker doesn't initialise from input field. (3080)
9: ... Display simultaneously past and current month in datepicker using ''showCurrentAtPos'' setting. (2818)
14: * ''showAnim'' setting now supports jQuery UI effects.
- UI/Datepicker/disableFor (724 bytes)
2: {{APIHeader|UI/Datepicker|disableFor|function}}
6: |cat=UI/Datepicker
7: |return=Datepicker
9: ...I/Datepicker/disableDatepicker|$(selector).disableDatepicker]]'' instead.
20: |code=$.datepicker.disableFor('#invokeFocus');
- UI/Datepicker/enableFor (716 bytes)
2: {{APIHeader|UI/Datepicker|enableFor|function}}
6: |cat=UI/Datepicker
7: |return=Datepicker
9: ...[UI/Datepicker/enableDatepicker|$(selector).enableDatepicker]]'' instead.
20: |code=$.datepicker.enableFor('#invokeFocus');
- UI/Datepicker/getDateFor (988 bytes)
2: {{APIHeader|UI/Datepicker|getDateFor|function}}
6: |cat=UI/Datepicker
10: ...'[[UI/Datepicker/getDatepickerDate|$(selector).getDatepickerDate]]'' instead.
21: |code=var date = $.datepicker.getDateFor('#invokeFocus');
26: {{APIFooter|UI/Datepicker|getDateFor|function}}
- UI/Datepicker/setDateFor (1,194 bytes)
2: {{APIHeader|UI/Datepicker|setDateFor|function}}
6: |cat=UI/Datepicker
7: |return=Datepicker
9: ...'[[UI/Datepicker/setDatepickerDate|$(selector).setDatepickerDate]]'' instead.
26: |code=$.datepicker.setDateFor('#invokeFocus', new Date(2007, 1 - 1, ...
- UI/Datepicker/reconfigureFor (939 bytes)
2: {{APIHeader|UI/Datepicker|reconfigureFor|function}}
6: |cat=UI/Datepicker
7: |return=Datepicker
9: ...[UI/Datepicker/changeDatepicker|$(selector).changeDatepicker]]'' instead.
23: |code=$.datepicker.reconfigureFor('#reconfigureCal', {speed: select....
- UI/Datepicker/setDefaults (896 bytes)
2: {{APIHeader|UI/Datepicker|setDefaults|function}}
6: |cat=UI/Datepicker
7: |return=Datepicker
9: |longdesc=Use the [[UI/Datepicker#method-option|option]] method to change settings ...
12: ...all date pickers. See the [[UI/Datepicker#options|datepicker options]].
- UI/Datepicker/showFor (743 bytes)
2: {{APIHeader|UI/Datepicker|showFor|function}}
6: |cat=UI/Datepicker
7: |return=Datepicker
9: ... ''[[UI/Datepicker/showDatepicker|$(selector).showDatepicker]]'' instead.
20: |code=$.datepicker.showFor('#invokeFocus');
- UI/Datepicker/isDisabled (827 bytes)
2: {{APIHeader|UI/Datepicker|isDisabled|function}}
6: |cat=UI/Datepicker
9: ...picker/isDisabledDatepicker|$(selector).isDisabledDatepicker]]'' instead.
20: |code=if ($.datepicker.isDisabled('#invokeFocus')) ...
25: {{APIFooter|UI/Datepicker|isDisabled|function}}
- UI/Datepicker/hideDatepicker (489 bytes)
2: {{APIHeader|UI/Datepicker|hideDatepicker|function}}
5: |name=hideDatepicker
6: |cat=UI/Datepicker
7: |return=Datepicker
20: |code=$.datepicker.hideDatepicker();
- UI/Datepicker/formatDate (2,626 bytes)
2: {{APIHeader|UI/Datepicker|formatDate|function}}
6: |cat=UI/Datepicker
27: ...predefined standard date formats available from $.datepicker:
48: ...names for the months of the year. Defaults to the datepicker default settings which is usually standard Englis...
56: |code=$.datepicker.formatDate('yy-mm-dd', new Date(2007, 1 - 1, 26))...
- UI/Datepicker/parseDate (2,745 bytes)
2: {{APIHeader|UI/Datepicker|parseDate|function}}
6: |cat=UI/Datepicker
41: ...the months of the year. All values default to the datepicker defaults which is usually standard English.
49: |code=$.datepicker.parseDate('yy-mm-dd', '2007-01-26');
54: ...ker.regional['fr'].monthNamesShort, monthNames: $.datepicker.regional['fr'].monthNames});
- UI/Datepicker/iso8601Week (975 bytes)
2: {{APIHeader|UI/Datepicker|iso8601Week|function}}
6: |cat=UI/Datepicker
9: ... is the default implementation for the <code>[[UI/Datepicker#option-calculateWeek|calculateWeek]]</code> optio...
20: |code=$.datepicker.iso8601Week(new Date(2007, 1 - 1, 26));
25: {{APIFooter|UI/Datepicker|iso8601Week|function}}
- UI/API/1.8/Datepicker (23,513 bytes)
1: {{UIAPIPluginDatepicker|
2: |plugin=datepicker
3: |name=Datepicker
4: |eventPrefix=datepicker
7: <li>UI Core</li>
Page text matches
- Main Page (1,318 bytes)
36: == [[UI|jQuery UI]] Reference ==
39: ** [[UI/Draggable|Draggable]]
40: ** [[UI/Droppable|Droppable]]
41: ** [[UI/Sortable|Sortable]]
42: ** [[UI/Selectable|Selectable]]
- UI/Changelog/1.8b1 (2,477 bytes)
2: ...s a preview release for [[UI/Changelog/1.8|jQuery UI 1.8]]. It is the first beta release of the 1.8 se...
8: = Build =
9: ... includes @import and full CSS ([http://dev.jqueryui.com/ticket/5044 5044])
12: ... outermost element of a plugin ([http://dev.jqueryui.com/ticket/4913 4913])
13: ...ory does not unbind all events ([http://dev.jqueryui.com/ticket/5005 5005])
- UI/Changelog/1.8rc2 (3,786 bytes)
2: ...a release candidate for [[UI/Changelog/1.8|jQuery UI 1.8]]. It is the second release candidate of the ...
6: ...inline style, and ignores CSS. ([http://dev.jqueryui.com/ticket/5110 5110])
10: ...) proxy doesn't work properly. ([http://dev.jqueryui.com/ticket/5143 5143])
17: ...plete menu not visible in IE6. ([http://dev.jqueryui.com/ticket/5105 5105])
19: ... collision detection for menu. ([http://dev.jqueryui.com/ticket/5114 5114])
- Discussion (4,084 bytes)
8: ...e general questions or concerns. Also, if you've built a site that uses jQuery, or would like to annou...
10: ...able, Resizable, Selectable, Sortable, Accordion, Datepicker, Dialog, Progressbar, Slider, Tabs, Theming.
11: ...kes place on the [http://wiki.jqueryui.com jQuery UI Development and Planning Wiki]
25: ...y essential details - others can be added when required.
34: ... [http://groups.google.com/group/jquery-ui jQuery UI General Discussion Archives]
- UI/Changelog/1.8.18 (5,835 bytes)
3: ...maintenance release for [[UI/Changelog/1.8|jQuery UI 1.8]].
7: === UI Core ===
9: ...ket/8026 #8026], [http://github.com/jquery/jquery-ui/commit/9e4455f52d721f2efd4c91037bcd3daf24635599 9...
13: ...ket/8029 #8029], [http://github.com/jquery/jquery-ui/commit/e2a21129cb3e079ffa2709db4fae1c6dc4b0b5c4 e...
14: ...doesn't state default values. ([http://bugs.jqueryui.com/ticket/7946 #7946])
- Widgets (2,394 bytes)
2: ...tp://www.kelvinluck.com/assets/jquery/datePicker/ datePicker]
20: ** jQuery UI
22: ** jQuery UI
24: ** jQuery UI
30: ...any dependencies (that could be replaced with new ui-stuff)
- UI (2,024 bytes)
1: ...ui.com]. Please visit these pages for downloading UI and many demos.
3: ...der available on the [http://jqueryui.com/ jQuery UI site].
8: ** [[UI/Draggable|Draggable]]
9: ** [[UI/Droppable|Droppable]]
10: ** [[UI/Resizable|Resizable]]
- UI/Changelog/1.5 (5,575 bytes)
1: ...''jQuery Enchant effects suite now part of jQuery UI'''
2: ** Can be used standalone without UI core
13: *** Download builder
17: *** Create and share your own UI themes
18: *** Download and bundle them with the UI widgets
- UI/Changelog/1.8.17 (5,106 bytes)
2: ...maintenance release for [[UI/Changelog/1.8|jQuery UI 1.8]].
4: = Build =
6: ...sure compilier. ([http://github.com/jquery/jquery-ui/commit/eee4db7866fcba3d5bea72be311445cde62b13ca e...
12: ...ket/7255 #7255], [http://github.com/jquery/jquery-ui/commit/bfbc0b1fb3c0bf43ccbaefd03bcfa2cf19ea4a03 b...
18: ...ket/6009 #6009], [http://github.com/jquery/jquery-ui/commit/f7b28df28809bca05623b7394919d15919334afb f...
- UI/Upgrade Guide/1.8 (4,478 bytes)
2: ...ssist in upgrading from jQuery UI 1.7.2 to jQuery UI 1.8. See below for a list of all changes (API, ma...
4: ...1.7.2, see the [[UI/Upgrade_Guide_17|1.7 Upgrade Guide]]
36: ==== Properties moved from $.ui.foo to $.ui.foo.prototype ====
38: * $.ui.foo.defaults -> $.ui.foo.prototype.options
40: * $.ui.foo.eventPrefix -> $.ui.foo.prototype.widgetEventPrefix
- Plugins/Calendar (1,498 bytes)
1: [[UI|« Back to the jQuery UI Docs]]
3: ...been superseded and renamed to [[UI/Datepicker|UI Datepicker]].'''</div>
11: |desc=A simple jQuery UI Calendar.
32: ....com/view/trunk/plugins/ui/demos/ui.calendar.html UI-themed demo]
- Plugins/Calendar/ChangeLog (4,147 bytes)
18: * Renamed files from jquery-calendar* to ui.datepicker*.
20: * Renamed popUpCal object to $.datepicker.
21: * Renamed $().calendar function to $().datepicker.
26: * Renamed hideCalendar function to hideDatepicker.
27: * Renamed dialogCalendar function to dialogDatepicker.
- JQueryCamp07 (6,646 bytes)
34: ...nt=A&series=M Harvard Maps] in order to locate a suitable place to park your car.
52: ...ck-in, and Breakfast (Doughnuts, Bagels, Coffee, Juice)
64: ... A step to richness''' - Information about jQuery UI, it's current state and planned modules. - ''Paul...
70: ...uery Calendar Success Story''' - What it took to build a solid jQuery plugin. - ''Marc Grabanski''
97: ...r (Thai Curry, Sushi - from [http://www.gatheringguide.com/event_directory/ma_massachusetts/vendor_cat...
- UI/API/1.6/Datepicker (1,744 bytes)
1: {{OldUIAPI|Datepicker}}
3: [[UI|« Back to the jQuery UI Docs]]
5: A highly configurable plugin that adds datepicker functionality to your pages. You can restrict the...
10: {{:UI/API/1.6/Datepicker/datepicker}}
15: ...text input field to your page and then attach the datepicker to it.
- UI/Changelog/1.7 (41,148 bytes)
2: ... modifies other widgets to utilize the new jQuery UI CSS Framework.
6: ... support to the widget factory.([http://dev.jqueryui.com/ticket/3187 3187])
8: ...that have data for a given key.([http://dev.jqueryui.com/changeset/454 r454])
9: ...Selection now returns the chain([http://dev.jqueryui.com/ticket/3174 3174])
10: ...ection standard jQuery methods ([http://dev.jqueryui.com/ticket/3459 3459])
- UI/Changelog/1.8.19 (4,258 bytes)
2: ...maintenance release for [[UI/Changelog/1.8|jQuery UI 1.8]].
6: ...ket/6979 #6979], [http://github.com/jquery/jquery-ui/commit/6fb584e7007bb7dc539d9c7266d17833c52a7830 6...
10: ...ket/8199 #8199], [http://github.com/jquery/jquery-ui/commit/a76366f8fc731ec6946d9f6940c8a03040e31d23 a...
14: ...com/jquery/jquery-ui/commit/f01db5d8a1321d9f5d8f270aa79ef49574dffaed f01db5d])
15: ... says it falls back to center ([http://bugs.jqueryui.com/ticket/8147 #8147])
- UI/API/1.6/Datepicker/datepicker (31,096 bytes)
1: {{OldUIAPI|Datepicker}}
3: {{APIHeader|UI/API/1.6/Datepicker|datepicker|function}}
6: |name=datepicker
7: |cat=UI/API/1.6/Datepicker
10: ...epicker is a highly configurable plugin that adds datepicker functionality to your pages. You can customize th...
- UI/Datepicker/dialogDatepicker (1,040 bytes)
2: {{APIHeader|UI/Datepicker|dialogDatepicker|function}}
5: |name=dialogDatepicker
6: |cat=UI/Datepicker
7: |return=Datepicker
8: |desc=Open a datepicker in a "dialog" box.
- UI/Datepicker/Localization (6,012 bytes)
1: « [[UI/Datepicker|Back to UI/Datepicker]]
3: ...ns how to create a localization for the jQuery UI Datepicker plugin.
7: ...Many localizations are [http://jqueryui.com/demos/datepicker/#localization already available], and additional ...
9: ... accessing the default (English) version: <code>$.datepicker.regional['fr']</code>.
11: ...language code, with the following [[UI/Datepicker/datepicker#options|attributes]]:
- UI/Datepicker/ChangeLog (9,518 bytes)
1: « [[UI/Datepicker|Back to UI/Datepicker]]
3: * Keystrokes not recognised by datepicker are passed onto field. (3082)
4: * Inline datepicker doesn't initialise from input field. (3080)
9: ... Display simultaneously past and current month in datepicker using ''showCurrentAtPos'' setting. (2818)
14: * ''showAnim'' setting now supports jQuery UI effects.
View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500).