.. |
i18n
|
Merge pull request #493 from solarprominence/patch-1
|
2011-11-17 14:38:28 -08: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
|
Merge pull request #429 from ckdake/master
|
2011-11-17 05:52:24 -08: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
|
Widget: Remove method argument from _super and _superApply. Was a left-over from first implementation, not necessary anymore.
|
2011-11-18 17:08:40 +01:00 |
jquery.ui.autocomplete.js
|
Autocomplete: Don't invoke a search from arrow keys when the element can have multi-line text. Fixes #7639 - Key up/key down in textarea's should optionally not toggle auto-complete.
|
2011-11-28 16:33:23 -05:00 |
jquery.ui.button.js
|
Widget: Remove method argument from _super and _superApply. Was a left-over from first implementation, not necessary anymore.
|
2011-11-18 17:08:40 +01:00 |
jquery.ui.core.js
|
Core, Draggable: Fixed #7800 - Draggable helper="clone" doesn't remove the dragged clone if original element is removed upon drop
|
2011-10-17 19:14:54 +03:00 |
jquery.ui.datepicker.js
|
Merge pull request #463 from jason-oster/master
|
2011-11-21 13:32:30 -08:00 |
jquery.ui.dialog.js
|
Dialog: Modified the dialog._size() to use outerHeight in calculating the nonContentHeight. Fixed #7692 - dialog: dialog height bug is incorrect when .ui-dialog padding set.
|
2011-11-28 16:52:10 -05:00 |
jquery.ui.draggable.js
|
Core, Draggable: Fixed #7800 - Draggable helper="clone" doesn't remove the dragged clone if original element is removed upon drop
|
2011-10-17 19:14:54 +03:00 |
jquery.ui.droppable.js
|
Droppable: Make sure._drop is called for all relevant droppables. Fixes #6009 - Upper droppable should receive draggable. Fixes #6085 - Parent droppable takes precedence over dynamically created child droppable.
|
2011-11-21 16:16:32 -05:00 |
jquery.ui.menu.js
|
Menu: Replace accidentally removed scroll-handling code in focus
|
2011-12-15 13:28:33 -06:00 |
jquery.ui.menubar.js
|
Menubar: Update the items option in Menu to the renamed menus option
|
2011-12-01 12:57:31 -06: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
|
Popup: increased delay between focusout and focusin/mouseup as it was sometimes not high enough
|
2011-11-09 08:45:10 -05:00 |
jquery.ui.position.js
|
Position: Check for fraction support.
|
2011-11-02 11:09:00 -04:00 |
jquery.ui.progressbar.js
|
Widget: Remove method argument from _super and _superApply. Was a left-over from first implementation, not necessary anymore.
|
2011-11-18 17:08:40 +01:00 |
jquery.ui.resizable.js
|
Removed unnecessary code.
|
2011-09-23 13:57:02 +12:00 |
jquery.ui.selectable.js
|
Selectable: Explicitly check event.ctrlKey now that jQuery differentiates between meta and ctrl. Fixes #7858 - ctrl-click to select multiple elements not working.
|
2011-11-22 08:31:11 -05: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: Remove method argument from _super and _superApply. Was a left-over from first implementation, not necessary anymore.
|
2011-11-18 17:08:40 +01:00 |
jquery.ui.tabs.js
|
Widget: Remove method argument from _super and _superApply. Was a left-over from first implementation, not necessary anymore.
|
2011-11-18 17:08:40 +01:00 |
jquery.ui.tooltip.js
|
Widget: Remove method argument from _super and _superApply. Was a left-over from first implementation, not necessary anymore.
|
2011-11-18 17:08:40 +01:00 |
jquery.ui.widget.js
|
Widget: Simplify data normalization in _trigger().
|
2011-11-21 11:31:51 -05:00 |