.. |
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): direction now accepts up/down/left/right as well as vertical(up) and horizontal(left) - Fixes #4480 - Invert the blind effect.
|
2011-05-03 09:16:30 -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
|
Class animation: Fixed handling of duration.
|
2011-05-12 21:03:42 -04: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.*: Updating fade, pulsate, scale, shake to pass units
|
2011-05-01 06:24:22 -05: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, Autocomplete, Tabs: Separate callbacks and options in the defaults.
|
2011-04-25 08:11:52 -04:00 |
jquery.ui.autocomplete.js
|
Autocomplete: Revert fix for #7024, broke regular menu selection.
|
2011-05-11 13:19:46 +02:00 |
jquery.ui.button.js
|
Button: Don't fire click/change events if mouse was dragged during click of toggle (checkbox/radio) button. Fixed #6970 - Button state inconsistencies after (accidental) drag-clicking the button.
|
2011-05-13 15:28:10 -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: Made the day of year calculator be more accurate. Fixes #6827 - Datepicker: Incorrect value for "oo" during Daylight Saving Time.
|
2011-05-16 07:52:01 -04:00 |
jquery.ui.dialog.js
|
Dialog: Create modal overlay after dialog is shown and check scrollHeight and offsetHeight in all IE versions. Fixed #4995 - Modal Dialog's overlay dissapears in IE when content is tall
|
2011-05-12 15:14:58 -05:00 |
jquery.ui.draggable.js
|
Merge pull request #266 from kborchers/bug_4838
|
2011-05-13 12:35:18 -07:00 |
jquery.ui.droppable.js
|
Droppable: enabled and accepting droppables are now activated prior to evaluating their geometry. Fixes #7104 Droppable: if activeClass changes the geometry of a droppable, then dnd uses the wrong geometry.
|
2011-03-11 15:37:52 +01: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: Changed mouseHandled check to a local var rather than using originalEvent. Fixed #4333 - Nested draggables problem in IE
|
2011-05-09 11:43:45 -05: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: Skip autohide hover action when resizable is disabled. Fix #6948 - Resizable autoHide Doesn't Work With Resizable's disable
|
2011-05-09 11:00:12 -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
|
Bug fix for another use case, see comment by whittet here: http://bugs.jqueryui.com/ticket/6702
|
2011-04-27 07:21:29 -07:00 |
jquery.ui.spinner.js
|
Merge branch 'remove-spinner-output' of https://github.com/ajpiano/jquery-ui
|
2011-03-22 08:55:00 -04:00 |
jquery.ui.tabs.js
|
Tabs: Escape all special characters when sanitizing hash selectors. Fixes #4681 - Tabs: _sanitizeSelector needs to escape '.'.
|
2011-05-17 10:02:22 -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 |