.. |
i18n
|
Datepicker: Fixed Icelandic locale. Fixes #9431 - Datepicker: Wrong dateformat for Icelandic datepicker locale.
|
2013-08-01 15:39:56 -04:00 |
.jshintrc
|
Updated .jshintrc settings.
|
2013-04-08 15:02:12 -04:00 |
jquery.ui.accordion.js
|
Accordion: Avoid resetting outline on headers. Fixes #9352: Accordion - Active header has no focus indicator
|
2013-07-20 17:27:49 -04:00 |
jquery.ui.autocomplete.js
|
Autocomplete: Append liveRegion to body to support detached init. Fixes #9590 - Dynamically adding input field breaks auto-complete's accessibility for screen readers
|
2013-10-19 00:27:51 +02:00 |
jquery.ui.button.js
|
Button: Remove ui-state-focus class when becoming disabled. Fixes #9169 - Button: Disabled button maintains ui-state-focus in IE & Firefox on Windows.
|
2013-04-11 14:03:51 -04:00 |
jquery.ui.core.js
|
Draggable: enabled draggable from within iframe. Fixed #5727 - draggable: cannot drag element inside iframe
|
2013-05-20 22:10:04 -04:00 |
jquery.ui.datepicker.js
|
Day TH's: scope=col. Closes gh-1074
|
2013-10-02 17:28:12 +02:00 |
jquery.ui.dialog.js
|
Dialog: Added note explaining that _on() is safe to use for shared handlers because of stacking.
|
2013-10-03 12:09:50 -04:00 |
jquery.ui.draggable.js
|
Draggable: apply axis options to position instead of style. Fixes #7251 - Draggable: constrained axis option returns incorrect position.
|
2013-10-20 19:46:05 -04:00 |
jquery.ui.droppable.js
|
Droppable: Style guide conformance.
|
2013-05-29 08:42:25 -04:00 |
jquery.ui.effect-blind.js
|
Update copyright year to 2013.
|
2013-01-10 08:52:20 -05:00 |
jquery.ui.effect-bounce.js
|
Update copyright year to 2013.
|
2013-01-10 08:52:20 -05:00 |
jquery.ui.effect-clip.js
|
Update copyright year to 2013.
|
2013-01-10 08:52:20 -05:00 |
jquery.ui.effect-drop.js
|
Update copyright year to 2013.
|
2013-01-10 08:52:20 -05:00 |
jquery.ui.effect-explode.js
|
Update copyright year to 2013.
|
2013-01-10 08:52:20 -05:00 |
jquery.ui.effect-fade.js
|
Update copyright year to 2013.
|
2013-01-10 08:52:20 -05:00 |
jquery.ui.effect-fold.js
|
Update copyright year to 2013.
|
2013-01-10 08:52:20 -05:00 |
jquery.ui.effect-highlight.js
|
Update copyright year to 2013.
|
2013-01-10 08:52:20 -05:00 |
jquery.ui.effect-puff.js
|
Effect: Give puff-effect and size-effect its own files. Previously, they were into scale-effect file.
|
2013-06-22 11:37:37 -03:00 |
jquery.ui.effect-pulsate.js
|
Update copyright year to 2013.
|
2013-01-10 08:52:20 -05:00 |
jquery.ui.effect-scale.js
|
Effect: Give puff-effect and size-effect its own files. Previously, they were into scale-effect file.
|
2013-06-22 11:37:37 -03:00 |
jquery.ui.effect-shake.js
|
Update copyright year to 2013.
|
2013-01-10 08:52:20 -05:00 |
jquery.ui.effect-size.js
|
Effect: Give puff-effect and size-effect its own files. Previously, they were into scale-effect file.
|
2013-06-22 11:37:37 -03:00 |
jquery.ui.effect-slide.js
|
Update copyright year to 2013.
|
2013-01-10 08:52:20 -05:00 |
jquery.ui.effect-transfer.js
|
Update copyright year to 2013.
|
2013-01-10 08:52:20 -05:00 |
jquery.ui.effect.js
|
Removed guard against duplicate loading. Use safe references to original functions when proxying, don't rename originals.
|
2013-03-08 10:23:25 -05:00 |
jquery.ui.menu.js
|
Menu: More precise removal of ui-state-active class for easier CSS overrides. Fixes #9532 - Need a way in Menu to keep ui-state-active class on selected item
|
2013-10-18 22:14:49 -05:00 |
jquery.ui.mouse.js
|
Draggable: enabled draggable from within iframe. Fixed #5727 - draggable: cannot drag element inside iframe
|
2013-05-20 22:10:04 -04:00 |
jquery.ui.position.js
|
Position: Replace double space with single space.
|
2013-08-02 10:02:27 -04:00 |
jquery.ui.progressbar.js
|
Widget: Stop setting ui-state-disabled and aria by default on setting disabled option.
|
2013-03-14 19:08:21 -04:00 |
jquery.ui.resizable.js
|
Resizable: Store size based on calculated helper size to prevent 1 pixel shifts. Fixes #9547 - Resizable: off-by-one pixel dimensions with helper and grid
|
2013-10-18 22:12:46 -05:00 |
jquery.ui.selectable.js
|
Update copyright year to 2013.
|
2013-01-10 08:52:20 -05:00 |
jquery.ui.slider.js
|
Slider: Remove unnecessary 3rd argument in _slide method when calling this.values()
|
2013-10-18 17:24:01 +02:00 |
jquery.ui.sortable.js
|
Sortable: Fix typo and break lines in comment.
|
2013-10-18 17:30:32 +02:00 |
jquery.ui.spinner.js
|
Spinner: Only format the value when there is one. Fixes #9573 - Spinner: forces a field validation in Firefox before field loses focus or form is submitted
|
2013-09-27 14:23:07 -04:00 |
jquery.ui.tabs.js
|
Tabs: Keep reference to existing tablist during refresh. Fixes #9584 - Tabs: Refresh issue when tabs are moved to bottom.
|
2013-10-04 10:10:30 -04:00 |
jquery.ui.tooltip.js
|
Tooltip: Avoid errors on mouseover of tooltips with parents that have no title attribute. Fixes #8955 - Tooltip: error when parent element has no title attribute using jQuery <1.7
|
2013-01-11 08:35:51 -05:00 |
jquery.ui.widget.js
|
Widget: option-method should work as getter only when argument length is 1. Fixes #9601 - Widget: calling _setOption with undefined as 3rd argument makes it a getter
|
2013-10-16 22:22:28 +02:00 |