.. |
i18n
|
Datepicker: Added Malayalam translation. Fixes #6822 - Datepicker: Add i18n translation for Malayalam.
|
2011-01-08 01:39:27 +05:30 |
jquery.effects.blind.js
|
Effects: set right/bottom to 'auto' so effects work with dir=rtl. Fixed #6736 - Bug in slide effect when dir=rtl and has position.right.
|
2010-12-13 13:02:31 -05:00 |
jquery.effects.bounce.js
|
Effects: set right/bottom to 'auto' so effects work with dir=rtl. Fixed #6736 - Bug in slide effect when dir=rtl and has position.right.
|
2010-12-13 13:02:31 -05:00 |
jquery.effects.clip.js
|
Effects: set right/bottom to 'auto' so effects work with dir=rtl. Fixed #6736 - Bug in slide effect when dir=rtl and has position.right.
|
2010-12-13 13:02:31 -05:00 |
jquery.effects.core.js
|
Effects: Fixed queueing of class animations. Fixes #6748 - animateClass broken in 1.8.7.
|
2010-12-14 09:02:00 -05:00 |
jquery.effects.drop.js
|
Effects: set right/bottom to 'auto' so effects work with dir=rtl. Fixed #6736 - Bug in slide effect when dir=rtl and has position.right.
|
2010-12-13 13:02:31 -05:00 |
jquery.effects.explode.js
|
All: Added http://jqueryui.com/about to header comments.
|
2010-07-14 15:45:45 -04:00 |
jquery.effects.fade.js
|
All: Added http://jqueryui.com/about to header comments.
|
2010-07-14 15:45:45 -04:00 |
jquery.effects.fold.js
|
Effects: set right/bottom to 'auto' so effects work with dir=rtl. Fixed #6736 - Bug in slide effect when dir=rtl and has position.right.
|
2010-12-13 13:02:31 -05:00 |
jquery.effects.highlight.js
|
All: Added http://jqueryui.com/about to header comments.
|
2010-07-14 15:45:45 -04:00 |
jquery.effects.pulsate.js
|
All: Added http://jqueryui.com/about to header comments.
|
2010-07-14 15:45:45 -04:00 |
jquery.effects.scale.js
|
Effects: set right/bottom to 'auto' so effects work with dir=rtl. Fixed #6736 - Bug in slide effect when dir=rtl and has position.right.
|
2010-12-13 13:02:31 -05:00 |
jquery.effects.shake.js
|
Effects: set right/bottom to 'auto' so effects work with dir=rtl. Fixed #6736 - Bug in slide effect when dir=rtl and has position.right.
|
2010-12-13 13:02:31 -05:00 |
jquery.effects.slide.js
|
Effects: set right/bottom to 'auto' so effects work with dir=rtl. Fixed #6736 - Bug in slide effect when dir=rtl and has position.right.
|
2010-12-13 13:02:31 -05:00 |
jquery.effects.transfer.js
|
All: Added http://jqueryui.com/about to header comments.
|
2010-07-14 15:45:45 -04:00 |
jquery.ui.accordion.js
|
Updated widgets to use new methods from $.Widget.
|
2011-01-15 06:34:07 -05:00 |
jquery.ui.autocomplete.js
|
Updated widgets to use new methods from $.Widget.
|
2011-01-15 06:34:07 -05:00 |
jquery.ui.button.js
|
Updated widgets to use new methods from $.Widget.
|
2011-01-15 06:34:07 -05:00 |
jquery.ui.core.js
|
All: Replaced all uses of $.ui.contains() with $.contains(). Fixes #5000 - Deprecate $.ui.contains.
|
2010-12-10 15:13:10 -05:00 |
jquery.ui.datepicker.js
|
Datepicker: enabled OSX meta keys to work when constraining input. Fixed #5317 - datepicker cmd+a/c/v is not working on MAC OS-X
|
2010-12-03 08:44:34 -05:00 |
jquery.ui.dialog.js
|
Updated widgets to use new methods from $.Widget.
|
2011-01-15 06:34:07 -05:00 |
jquery.ui.draggable.js
|
All: Replaced all uses of $.ui.contains() with $.contains(). Fixes #5000 - Deprecate $.ui.contains.
|
2010-12-10 15:13:10 -05:00 |
jquery.ui.droppable.js
|
All: Added http://jqueryui.com/about to header comments.
|
2010-07-14 15:45:45 -04:00 |
jquery.ui.menu.js
|
Change destroy to _destroy and remove calls to $.Widget.prototype.destroy in widgets with simple destroy methods.
|
2011-01-14 17:11:22 -05:00 |
jquery.ui.mouse.js
|
Mouse: tie the preventClickEvent property to the event target, not the container. Fixes #4752 - link event firing on sortable with connect list
|
2010-11-09 09:52:24 -05:00 |
jquery.ui.position.js
|
Position: Fixed calculation of collision dimensions. Fixes #6812 - Position: Collision detection fails on the right side in Internet Explorer.
|
2011-01-12 08:43:18 -05:00 |
jquery.ui.progressbar.js
|
Updated widgets to use new methods from $.Widget.
|
2011-01-15 06:34:07 -05:00 |
jquery.ui.resizable.js
|
Fixed broken whitespace characters and missing semicolon. Fixes #3921 - Problem with JavaScriptPacker.
|
2010-08-10 18:16:44 -04:00 |
jquery.ui.selectable.js
|
All: Added http://jqueryui.com/about to header comments.
|
2010-07-14 15:45:45 -04:00 |
jquery.ui.slider.js
|
Slider: Changed _trimAlignValue function to return the correct inclusive value between min and max. Fixes #6643 - using range and step options makes jquery change min and max.
|
2010-12-06 10:05:46 -05:00 |
jquery.ui.sortable.js
|
All: Use .toggleClass() instead of conditionally using .addClass() and .removeClass(). Fixes #6764 - Use toggleClass instead of [ bool ? 'addClass' : 'removeClass' ].
|
2010-12-19 16:52:22 -05:00 |
jquery.ui.spinner.js
|
Updated widgets to use new methods from $.Widget.
|
2011-01-15 06:34:07 -05:00 |
jquery.ui.tabs.js
|
Tabs: Use event.preventDefault() instead of return false. Fixes #6765 - Tabs: Use event.preventDefault() instead of returning false.
|
2010-12-20 08:50:23 -05:00 |
jquery.ui.tooltip.js
|
Change destroy to _destroy and remove calls to $.Widget.prototype.destroy in widgets with simple destroy methods.
|
2011-01-14 17:11:22 -05:00 |
jquery.ui.widget.js
|
Widget: destroy() now calls _destroy() so that widgets don't need to call the base destroy method. Fixes #5056 - Widget factory: Remove need to call base destroy method.
|
2011-01-14 16:55:13 -05:00 |