jQuery UI 1.13.3 Changelog

Released on April 26, 2024 link Core & Utilitieslink UI Core Fixed: Fix dependencies in ui/core.js (#2107, 5fa0db48d) Fixed: Fix IE -ms-filter property values (#2190, jquery/jquery-ui-themeroller#19, jquery/download.jqueryui.com#612) link Widgetslink Dialog Fixed: Fix IE dialog focus handling with jQuery <3.7 (7adb13ac7) link Selectmenu Fixed: Fix selecting options following hidden ones via the hidden attribute (#2082, 020828e7f) … Continue reading

jQuery UI 1.9 Upgrade Guide

Overview API Redesigns Preparing for jQuery UI 1.10 Core Added .uniqueId() and .removeUniqueId() methods Deprecated .disableSelection() and .enableSelection() Deprecated $.ui.contains Removed modifier keys from $.ui.keyCode Changed naming convention for .data() keys Accordion Added data to the create event Headers no longer require a child anchor element Deprecated changestart event; renamed to beforeActivate Allow Canceling the … Continue reading

jQuery UI 1.8 Upgrade Guide

Overview Accordion Datepicker Dialog Draggable Droppable Widget Widget prototype changes Properties moved from $.ui.foo to $.ui.foo.prototype Other changes New Widget Method Example code link OverviewThis guide will assist in upgrading from jQuery UI 1.7.x to jQuery UI 1.8.x. All changes are listed below, organized by plugin, along with how to upgrade your code to work … Continue reading

jQuery UI 1.8.7 Upgrade Guide

Overview Autocomplete close event occurs after menu is hidden Button Added items option to Buttonset widget Datepicker Improved setDate() parameter handling Progressbar Added max option link OverviewThis guide will assist in upgrading from jQuery UI 1.8.6 to jQuery UI 1.8.7. All changes are listed below, organized by plugin, along with how to upgrade your code … Continue reading

jQuery UI 1.8.6 Upgrade Guide

Overview Widget Added ability to define new methods for gathering options on initialization Widgets no longer throw errors for invalid method calls Autocomplete Allow default behavior on enter when menu is open but inactive Split menu resizing logic into its own method Dialog Don’t change DOM position on open Progressbar Added complete event Effects Allow … Continue reading

jQuery UI 1.8.5 Upgrade Guide

Overview Button disabled attribute is read on initialization Datepicker Date parsing is now case-insensitive Dialog Improved button option Position The of option now accepts jQuery objects containing a document or window Collision now takes margin into account Tabs Ability to contain lists inside a tab Widget Widgets now throw errors for invalid method calls link … Continue reading

jQuery UI 1.8.4 Upgrade Guide

Overview Core Added dimension setters Accordion Added ability to specify multiple events Autocomplete Added appendTo option Added position option Removed styling for ui-autocomplete-loading class Labels are now treated as text, not HTML Dialog Added ability to use the position API for the position option Buttons are now accessed in the proper order Tabs Added ability … Continue reading

jQuery UI 1.7 Upgrade Guide

Overview Accordion Datepicker Dialog Draggable Droppable Sortable Selectable Slider Resizable Tabs link OverviewThis guide will assist in upgrading from jQuery UI 1.5.x to jQuery UI 1.7.x. All changes are listed below, organized by plugin, along with how to upgrade your code to work with jQuery UI 1.7. link Accordion Renamed alwaysOpen option to collapsible (alwaysOpen … Continue reading

jQuery UI 1.8.11 Upgrade Guide

Overview Autocomplete Added autoFocus option link OverviewThis guide will assist in upgrading from jQuery UI 1.8.10 to jQuery UI 1.8.11. All changes are listed below, organized by plugin, along with how to upgrade your code to work with jQuery UI 1.8.11. link Autocompletelink Added autoFocus option(#7032) A new option has been added to automatically focus … Continue reading

jQuery UI 1.12 Upgrade Guide

Overview API Redesigns Preparing for jQuery UI 1.14 General changes Removed IE7 workarounds Discontinued IE8, IE9, and IE10 support Font size changes New default theme Dropped support for jQuery 1.6 Split core.js into small modules Moved widgets and effects source files into folders Explicit CSS dependencies Official package on npm Core Removed .focus( delay ) … Continue reading