..
i18n
Datepicker: Remove BOM. Fixed #6734 - Datepicker i18n: Problem with JavascriptPacker.
2011-05-05 05:29:13 +09:00
jquery.effects.blind.js
effects.blind: Save the wrapper status if already wrapped. Fixes #6245 - position: absolute is lost when .stop() is used with .show('blind').
2011-05-25 15:52:53 -04:00
jquery.effects.bounce.js
effects: Updating bounce/pulsate/shake to fire callbacks before the next anim starts
2011-05-10 16:25:08 -05:00
jquery.effects.clip.js
Effects: Moved effects to $.effects.effect[] and deprecated use of $.effects[]. Fixes #7103 - Effects: Move effects to $.effects.effect[].
2011-03-15 09:00:45 -04:00
jquery.effects.core.js
Unit Tests & effects.scale: Fixing bugs in effects unit tests - Particularly IE, found a bug in scale.js in the meantime. Fixes #7395 - Size based effects are breaking unit tests in IE - also leaking a global var
2011-05-18 18:13:37 -05:00
jquery.effects.drop.js
Effects: Moved effects to $.effects.effect[] and deprecated use of $.effects[]. Fixes #7103 - Effects: Move effects to $.effects.effect[].
2011-03-15 09:00:45 -04:00
jquery.effects.explode.js
Merge branch 'ticket-3968' of https://github.com/gnarf37/jquery-ui
2011-03-15 09:18:38 -04:00
jquery.effects.fade.js
effects.*: Updating fade, pulsate, scale, shake to pass units
2011-05-01 06:24:22 -05:00
jquery.effects.fold.js
Effects: Moved effects to $.effects.effect[] and deprecated use of $.effects[]. Fixes #7103 - Effects: Move effects to $.effects.effect[].
2011-03-15 09:00:45 -04:00
jquery.effects.highlight.js
Effects: Moved effects to $.effects.effect[] and deprecated use of $.effects[]. Fixes #7103 - Effects: Move effects to $.effects.effect[].
2011-03-15 09:00:45 -04:00
jquery.effects.pulsate.js
effects: Updating bounce/pulsate/shake to fire callbacks before the next anim starts
2011-05-10 16:25:08 -05:00
jquery.effects.scale.js
effects.scale: fix: calculate top / left by outerHeight / Width. Fixed #6096 - effects.scale origin bottom bug
2011-05-26 11:15:14 +09:00
jquery.effects.shake.js
effects: Updating bounce/pulsate/shake to fire callbacks before the next anim starts
2011-05-10 16:25:08 -05:00
jquery.effects.slide.js
Effects: Moved effects to $.effects.effect[] and deprecated use of $.effects[]. Fixes #7103 - Effects: Move effects to $.effects.effect[].
2011-03-15 09:00:45 -04:00
jquery.effects.transfer.js
Effects: Moved effects to $.effects.effect[] and deprecated use of $.effects[]. Fixes #7103 - Effects: Move effects to $.effects.effect[].
2011-03-15 09:00:45 -04:00
jquery.ui.accordion.js
Accordion: Added check to not allow 0 height on empty panels causing height issues on non-empty panels. Fixed #7335 - Accordion: Incorrect size when a panel is empty
2011-05-18 10:54:36 -04:00
jquery.ui.autocomplete.js
Autocomplete: Whitespace.
2011-05-27 08:35:18 -04:00
jquery.ui.button.js
Button: adding event.preventDefault. Fixes #5945 - Disabled buttons still allow clicks
2011-05-26 12:28:25 -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
There's no guard against unparsed characters at the end of the date string, any extra characters are just ignored
2011-05-18 17:30:26 +02:00
jquery.ui.dialog.js
Dialog: Removed the height() tinkering which stops the dialog from shrinking. Fixes #5916 - Dialog: shrinks on drag in IE in standards mode, worse in quirksmode.
2011-05-26 23:30:56 -04:00
jquery.ui.draggable.js
Droppable: Added dragStart and dragStop to ddmanager and call them from draggable to recalculate droppable positions after a drag causes a scroll. Fixes #5003 - Scroll on Droppable Demo Breaks Demo
2011-05-27 12:01:42 -05:00
jquery.ui.droppable.js
Droppable: Added dragStart and dragStop to ddmanager and call them from draggable to recalculate droppable positions after a drag causes a scroll. Fixes #5003 - Scroll on Droppable Demo Breaks Demo
2011-05-27 12:01:42 -05:00
jquery.ui.menu.js
Merge branch 'master' of github.com:jquery/jquery-ui
2011-05-11 19:49:16 +02:00
jquery.ui.menubar.js
Promote menubar and popup to their own top level files
2011-05-07 16:22:04 +02:00
jquery.ui.mouse.js
Mouse: Optimize the cancel locator, works around a bug where .add(event.target) in IE8 can take a long time when there are multiple siblings. Fixes #7118 - IE Bug Large ComboBox (Dialog)
2011-05-26 23:42:51 -04:00
jquery.ui.popup.js
Popup: Fix keyboard handling to prevent scrolling on keydown
2011-05-07 16:23:31 +02:00
jquery.ui.position.js
Position: Handled scrolled windows properly with collision: fit. Fixes #7211 - Position: Collision: fit doesn't work at top of window when scrolled.
2011-05-03 04:38:17 -04:00
jquery.ui.progressbar.js
Progressbar: hide valueDiv when value is 0. Fixes #7231 - valueDiv should be hidden when value is at 0%
2011-04-09 14:27:10 -04:00
jquery.ui.resizable.js
Resizable: correct aspectRatio handling with min/max dimensions. Fixed #4951 - Resizable with aspectRatio true & a maxWidth doesn't obey ratio once hit max width.
2011-05-26 19:08:58 -04:00
jquery.ui.selectable.js
Updated copyright year.
2011-01-17 09:13:18 -05:00
jquery.ui.slider.js
Slider: add handles in single DOM operation. Fixed #7259 - optimize handle creation.
2011-05-11 13:13:09 -04:00
jquery.ui.sortable.js
Sortable: Changed to check the parent's length so that the dom position of the removed element is not updated. Fixed #4088 - Unable to remove() ui.draggable (sortable item) immediately after the drop callback.
2011-05-16 16:25:03 -05:00
jquery.ui.spinner.js
Spinner: Changed casing of option numberformat -> numberFormat.
2011-05-25 15:44:43 -04:00
jquery.ui.tabs.js
Tabs: Don't cancel existing ajax requests when programmatically loading a tab. Fixes #7204 - Tabs: Programmatically loading a tab shouldn't cancel active ajax requests.
2011-05-17 16:23:10 -04:00
jquery.ui.tooltip.js
Tooltip: Also close on click. Essential for tooltips on menu buttons.
2011-05-04 08:21:57 +02:00
jquery.ui.widget.js
Widget: Added $.widget.extend() which does deep extending, but only on plain objects.
2011-05-11 13:37:40 -04:00