.. |
i18n
|
Datepicker i18n hu: Corrected four-digit year in dateFormat. Fixes #7714 - Hungarian translation
|
2011-09-13 05:06:06 -04:00 |
jquery.effects.blind.js
|
Effects.*: DRY the complete callback execution into the 'done' callback passed into an effect
|
2011-06-21 01:18:19 -05:00 |
jquery.effects.bounce.js
|
Effects.*: DRY the complete callback execution into the 'done' callback passed into an effect
|
2011-06-21 01:18:19 -05:00 |
jquery.effects.clip.js
|
Effects.*: DRY the complete callback execution into the 'done' callback passed into an effect
|
2011-06-21 01:18:19 -05:00 |
jquery.effects.core.js
|
Effects: fixing an animateClass issue when the class was empty
|
2011-09-29 20:45:23 -04:00 |
jquery.effects.drop.js
|
Effects.*: DRY the complete callback execution into the 'done' callback passed into an effect
|
2011-06-21 01:18:19 -05:00 |
jquery.effects.explode.js
|
Effects.*: DRY the complete callback execution into the 'done' callback passed into an effect
|
2011-06-21 01:18:19 -05:00 |
jquery.effects.fade.js
|
Effects.*: DRY the complete callback execution into the 'done' callback passed into an effect
|
2011-06-21 01:18:19 -05:00 |
jquery.effects.fold.js
|
Effects.*: DRY the complete callback execution into the 'done' callback passed into an effect
|
2011-06-21 01:18:19 -05:00 |
jquery.effects.highlight.js
|
Effects.*: DRY the complete callback execution into the 'done' callback passed into an effect
|
2011-06-21 01:18:19 -05:00 |
jquery.effects.pulsate.js
|
Effects.*: DRY the complete callback execution into the 'done' callback passed into an effect
|
2011-06-21 01:18:19 -05:00 |
jquery.effects.scale.js
|
Scale: We can't detect this reliably currently, so assume all elements are positioned with left and top
|
2011-10-14 10:24:01 -05:00 |
jquery.effects.shake.js
|
Effects.*: DRY the complete callback execution into the 'done' callback passed into an effect
|
2011-06-21 01:18:19 -05:00 |
jquery.effects.slide.js
|
Effects.*: DRY the complete callback execution into the 'done' callback passed into an effect
|
2011-06-21 01:18:19 -05:00 |
jquery.effects.transfer.js
|
Effects.*: DRY the complete callback execution into the 'done' callback passed into an effect
|
2011-06-21 01:18:19 -05:00 |
jquery.ui.accordion.js
|
Accordion: Fixed nested accordions.
|
2011-09-30 17:06:22 -04:00 |
jquery.ui.autocomplete.js
|
Widget: Added window and document properties. Fixes #7801 - Widget: Add document and window properties.
|
2011-10-20 16:57:47 -04:00 |
jquery.ui.button.js
|
Widget: Added window and document properties. Fixes #7801 - Widget: Add document and window properties.
|
2011-10-20 16:57:47 -04:00 |
jquery.ui.core.js
|
Core: reuse tabindex value. Fixed #7257 - optimize :tabbable.
|
2011-04-29 08:24:27 -04:00 |
jquery.ui.datepicker.js
|
Datepicker: Added additional check to checkExternalClick to work when clicking in another datepicker and removed old fix. Fixes #7686 - infinite loop when onclose event shows a second calendar
|
2011-09-12 13:30:41 -05:00 |
jquery.ui.dialog.js
|
Widget: Added window and document properties. Fixes #7801 - Widget: Add document and window properties.
|
2011-10-20 16:57:47 -04:00 |
jquery.ui.draggable.js
|
All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store version numbers on instances.
|
2011-05-28 15:39:55 -04:00 |
jquery.ui.droppable.js
|
All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store version numbers on instances.
|
2011-05-28 15:39:55 -04:00 |
jquery.ui.menu.js
|
Widget: Added window and document properties. Fixes #7801 - Widget: Add document and window properties.
|
2011-10-20 16:57:47 -04:00 |
jquery.ui.menubar.js
|
Menubar: moved mouseleave _bind call into existing _bind block, added the mouseenter binding back in to help with accidental quick mouseouts causing the menu to close and use same close time for all
|
2011-10-01 10:56:49 -04:00 |
jquery.ui.mouse.js
|
Mouse: Work around a bug in IE 8 where disabled inputs don't have a nodeName. Fixes #7620 - Mouse: Error in IE 8 with disabled inputs.
|
2011-08-09 09:32:01 -04:00 |
jquery.ui.popup.js
|
Widget: Added window and document properties. Fixes #7801 - Widget: Add document and window properties.
|
2011-10-20 16:57:47 -04:00 |
jquery.ui.position.js
|
Position: Check to also make sure to only flip if more of the element is inside "within"
|
2011-09-16 11:52:22 -05:00 |
jquery.ui.progressbar.js
|
All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store version numbers on instances.
|
2011-05-28 15:39:55 -04:00 |
jquery.ui.resizable.js
|
All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store version numbers on instances.
|
2011-05-28 15:39:55 -04:00 |
jquery.ui.selectable.js
|
All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store version numbers on instances.
|
2011-05-28 15:39:55 -04:00 |
jquery.ui.slider.js
|
.attr() -> .prop()
|
2011-06-08 17:02:57 -04:00 |
jquery.ui.sortable.js
|
Sortable: replaced hard-coded sortable with this.widgetName, and removed lines from destroy that are handled by super. Fixes #7741 - ui.sortable is not working when it is extended
|
2011-09-27 07:57:06 -04:00 |
jquery.ui.spinner.js
|
Widget: Added window and document properties. Fixes #7801 - Widget: Add document and window properties.
|
2011-10-20 16:57:47 -04:00 |
jquery.ui.tabs.js
|
Tabs: Force ajax tabs to resolve asynchronously to avoid a bug caused by cached XHRs resolving immediately in IE.
|
2011-10-10 15:34:47 -04:00 |
jquery.ui.tooltip.js
|
Widget: Added window and document properties. Fixes #7801 - Widget: Add document and window properties.
|
2011-10-20 16:57:47 -04:00 |
jquery.ui.widget.js
|
Widget: Use parentWindow if defaultView doesn't exist.
|
2011-10-21 09:26:07 -04:00 |