.. |
i18n
|
Datepicker i18n: Fixed Macedonian date format. Fixes #8040 - Datepicker: Macedonian locale has incorrect date format.
|
2012-01-20 11:32:31 -05:00 |
jquery.effects.blind.js
|
Effects: Whitespace fixes & using parseFloat instead of parseInt
|
2012-01-05 11:46:50 -06: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
|
Menu: Change first() and last() to isFirstItem() and isLastItem()
|
2011-12-23 09:48:14 -06:00 |
jquery.ui.button.js
|
Button: Properly handle disabled option on init. Fixes #8028 - Getting unset disabled option on button widget returns jQuery object, not default value.
|
2012-01-18 16:37:04 -05:00 |
jquery.ui.core.js
|
Core: Access offsetHeight on div for support tests to avoid a layout bug in IE 9. Fixes #8026 - minHeight support test affects page layout in IE 9.
|
2012-01-19 21:37:39 -05:00 |
jquery.ui.datepicker.js
|
Datepicker: added check to account for multiple pickers on one page. Fixed #5818 – multiple DatePickers won't trigger close event
|
2012-01-12 11:22:48 -05:00 |
jquery.ui.dialog.js
|
Dialog: When destroy is called place the element back in original DOM position. Fixed #4980 - Dialog: Destroy should place element back in original DOM position
|
2011-12-15 17:52:49 -03: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: Added check for the disabled option on create.
|
2012-01-22 11:24:49 -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.position.js
|
Position: Update fullname reference; jQuery => $. Fixes #8029 - Position: There is a reference to the global jQuery variable.
|
2012-01-19 08:21:54 -05: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: Added a variable to track if initialization is complete. Fixes #4759 - a major optimization is possible in sortable().
|
2012-01-20 11:01:32 -05:00 |
jquery.ui.spinner.js
|
Spinner: Allow strings for min, max, and step options, converting immediately to numbers based on numberFormat and culture.
|
2012-01-07 09:12:27 -05:00 |
jquery.ui.tabs.js
|
Tabs: Pass tab and panel in create event. Fixes #7868 - Tabs: Provide tab and panel details in create event.
|
2012-01-21 08:46:02 -05: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: Added _getCreateEventData(). Fixes #8045 - Widget: Ability to provide event data for create event.
|
2012-01-21 08:45:41 -05:00 |