.. |
i18n
|
Datepicker: Fixed Slovak locale. Fixes #7254 - Datepicker: Incorrect day name for Slovak localization.
|
2011-04-15 00:13:20 -04:00 |
jquery.effects.blind.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.bounce.js
|
Some minor tweaks to the effects, trying to clean up code a bit + style guidance
|
2011-05-01 06:19:38 -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: Use .attr( "class" ) instead of .attr( "className" ) and adjust the queueing logic for jQuery 1.6 compatibility. Fixes #7275 - $.effects.animateClass broken in jQuery 1.6."
|
2011-04-27 10:42:21 -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 fade, pulsate, scale, shake to pass units
|
2011-05-01 06:24:22 -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 fade, pulsate, scale, shake to pass units
|
2011-05-01 06:24:22 -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
|
Accordion, Autocomplete, Tabs: Separate callbacks and options in the defaults.
|
2011-04-25 08:11:52 -04:00 |
jquery.ui.button.js
|
Restructured if/else's for better readability
|
2011-03-20 03:19:36 +01: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: Only generate yearshtml once. Fixes #7176 - Datepicker shows only single year in year dropdown if numberOfMonths > 1.
|
2011-04-04 07:55:42 -04:00 |
jquery.ui.dialog.js
|
Dialog: Before handling escape key presses, check if the default action has been prevented. Fixes #6966 - Pressing ESC on dialog when 2 dialogs are open closes both dialogs.
|
2011-03-08 09:42:10 -05:00 |
jquery.ui.draggable.js
|
Draggable: Calling .refreshPositions instead of ._refreshItems when dragging with a connected sortable to force containerCache initialisation/update. Fixed: #5563 - connectToSortable misbehaves if the position of the sortable changes after the sortable and draggable have been initialised as _refreshItems no longer updating container cache.
|
2011-03-14 06:53:00 -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' into menubar
|
2011-04-26 22:05:44 +02:00 |
jquery.ui.mouse.js
|
Mouse: Reset click event suppression on next mousedown. Fixes #6946 - Mouse: click event suppressed after drag in Gecko
|
2011-03-08 00:52:07 -06:00 |
jquery.ui.position.js
|
Position: Coding standards.
|
2011-03-22 13:12:03 -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: Changed the way box size is determined when using a helper. Fixed #6926 - Window doesn't change to size that helper shows when snapping to grid
|
2011-02-01 18:52:17 -08:00 |
jquery.ui.selectable.js
|
Updated copyright year.
|
2011-01-17 09:13:18 -05:00 |
jquery.ui.slider.js
|
Slider: Properly handle value and value methods as setters. Fixes #4881 - Slider: value and values methods as setters aren't chainable.
|
2011-03-28 17:34:04 -04:00 |
jquery.ui.sortable.js
|
Sortable: Reverted 56b0da59d7 as #4551 is invalid.
|
2011-04-07 09:08:48 -04: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: Cleaned up add and remove methods.
|
2011-04-28 21:35:04 -04:00 |
jquery.ui.tooltip.js
|
Overhaul tooltip implementation. Avoid queuing and other problems by
|
2011-04-13 14:01:46 +02:00 |
jquery.ui.widget.js
|
Widget: define a null default for the create callback.
|
2011-04-25 14:04:30 -04:00 |