.. |
i18n
|
Datepicker i18n: Removed "<" in the "Anterior" text for the pt locale.
|
2013-06-26 09:02:59 -04:00 |
.jshintrc
|
Updated .jshintrc settings.
|
2013-04-08 15:02:12 -04:00 |
jquery.ui.accordion.js
|
All: Remove inline JSHint settings.
|
2013-04-22 12:35:21 -04:00 |
jquery.ui.autocomplete.js
|
Autocomplete: Scope race condition handling to the instance. Fixes #9334 - Autocomplete: Multiple instances should be able to start asynchronous requests simultaneously.
|
2013-05-28 11:04:42 -04: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
|
Datepicker Tests: Fix IE tests by accounting for async nature of focus/blur and by correctly not double focusing a programmatically focused date picker.
|
2013-04-07 14:16:31 -04:00 |
jquery.ui.dialog.js
|
Dialog: Use proper position data after drag and resize. Fixes #9351 - Dialog: Incorrect value for position option after resize.
|
2013-05-31 15:01:15 -04:00 |
jquery.ui.draggable.js
|
Draggable: active element blurs when clicking on a draggable. Fixes #4261 - Draggable: Inputs do not blur when clicking on a draggable
|
2013-06-19 18:07:38 -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: Ensure an event was passed before checking its type. Fixes #9384 - Menu: _focus function forgets null check with doing a pattern match on event.type
|
2013-06-20 20:40:00 -04: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: Use absolute positioning when getting scrollbar width to avoid reflows of user content. Fixes #9291 - Position - $.position.scrollbarWidth detection causes layout issues.
|
2013-05-16 08:34:04 -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: Fixed sign error on offset calculation. Fixes #9307 - Resizable: Erratic behavior of contained elements within scrollable grandparents
|
2013-05-29 08:18:58 -04:00 |
jquery.ui.selectable.js
|
Update copyright year to 2013.
|
2013-01-10 08:52:20 -05:00 |
jquery.ui.selectmenu.js
|
Selectmenu: introduce _position method for easier extending
|
2013-07-11 00:45:54 +02:00 |
jquery.ui.slider.js
|
Slider: Remove range div when changing range option to false. Fixes #9355 - Slider: Changing range option to false does not remove range div.
|
2013-06-03 15:14:46 -04:00 |
jquery.ui.sortable.js
|
Interactions: Fixed an off-by-one error in isOverAxis.
|
2013-05-20 21:30:16 -04:00 |
jquery.ui.spinner.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.tabs.js
|
Tabs: Prevent default action of clicks even when disabled. Fixes #9413 - Tabs: Disabled tabs are still clickable.
|
2013-07-03 14:38:49 -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: Remove leftover back-compat handling for widget instance storage (see #8801).
|
2013-07-09 11:12:29 -04:00 |