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 Changelog

Released on March 18, 2010 link New Plugins Core & Utilities: Position Core & Utilities: zIndex Widgets: Autocomplete Widgets: Button link Build Renamed: All .js and .css files to use jquery.ui. prefix instead of ui. prefix. Fixed: Build on non-Windows platforms. (#4973, #4896) Fixed: Build includes @import and full CSS. (#5044) link Core & Utilities … Continue reading

jQuery UI 1.7.0 Changelog

Released on March 3, 2009 link SummaryThis release adds one new widget: Progressbar. It also modifies other widgets to utilize the new jQuery UI CSS Framework. link Core Added: metadata support to the widget factory. (#3187) Added: trigger method for triggering callbacks and events in widget factory. Added: :data selector that matches elements that have … 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

jQuery UI 1.13 Upgrade Guide

Overview Reminder: API Redesigns General changes Security fixes Strict mode Files & directory structure Newer Core features Dropped support for jQuery 1.7 Dropped $.ui.escapeSelector Accordion Added function value for a header option Datepicker Added onUpdateDatepicker callback altField no longer accepts HTML input Various *Text options no longer accept HTML input Position of is treated as … Continue reading

jQuery UI 1.10 Upgrade Guide

Overview API Redesigns Preparing for jQuery UI 1.11 Removed support for IE6 Improved download builder Core Removed $.ui.isOver() and $.ui.isOverAxis() methods Removed $.ui.contains() method; use $.contains() Accordion Added ability to add/remove panels Removed changestart event; use beforeActivate Removed change event; use activate Removed resize method; use refresh Removed animated option; use animate Removed icons.headerSelected option; … Continue reading

jQuery UI 1.9.0 Changelog

Released on October 5, 2012 link General Added: Menu widget. Added: Spinner widget. Added: Tooltip widget. Added: Consistent effects support across plugins. (#3772) Fixed: Store version numbers on instances. (#7436, 6a5b21f) Fixed: Use .toggleClass() instead of [ bool ? "addClass" : "removeClass" ](). (#6764, 956697b) Fixed: Consistent naming convention for .data() keys. (#7810, 3a0b8b8, 45ca20f, … Continue reading

jQuery UI 1.8a2 Changelog

Released on December 29, 2009 This release adds one new effect: Fade. It also changed the name of all source files to be consistent with the standard naming convention of other jQuery plugins. link Build Fixed: Build on non-Windows platforms. (#4973) (#4896) link Core Split widget factory into its own file: jquery.ui.widget.js. Split mouse plugin … 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.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.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.11 Upgrade Guide

Overview General changes Renamed files AMD support Bower support Simplified custom and quick downloads Discontinued IE7 Support Core Deprecated .focus( n ) Deprecated .zIndex() Removed $.ui.hasScroll() Removed $.ui.keyCode.NUMPAD_*. Accordion Removed content property in create event Dialog Removed deprecated position handling Switch back to shuffling z-index, but only look at ui-front siblings. Position Removed offset option; … Continue reading

jQuery UI 1.8a1 Changelog

Released on August 12, 2009 link New Plugins Position Stackfix zIndex link Core added custom selectors for widgets, e.g., :ui-draggable (#4266) widget factory auto detects getters (#4411) (#4601) all widget events are now lowercase (#4668) plugin options now do a deep extend with defaults (#4366) ui hash is always an object in callbacks/events now (#4650) … Continue reading

jQuery UI 1.5.1 Changelog

Released on June 26, 2008 link Interactionslink Draggable Distance option now defaults to 1 instead of 0, allowing for click events (#3016) Fixed issue when placeholder didn't exist (#3018) link Droppable Disabling droppables does not prevent adding the hoverclass under some circumstances (#3010) link Resizable Distance option now defaults to 1 instead of 0, allowing … Continue reading

jQuery UI 1.8.4 Changelog

Released on August 5, 2010 Because of the short lifespan of jQuery UI 1.8.3, this changelog includes all changes made in 1.8.3 and 1.8.4. link All Added: Define a local undefined variable inside the main closure. (21aad10) Added: Updated copyright headers to make it clear that you can choose between MIT and GPLv2. Added links … Continue reading

jQuery UI 1.8rc3 Changelog

Released on February 25, 2010 link Widgetslink Accordion Fixed: newContent/oldContent parameters are incorrect in change callback. (#4469) link Autocomplete Fixed: Error when using bgiframe plugin. (#5196) Fixed: Blur causes last active menu item to be selected. (#5205) Fixed: Class needed on input element. (#5198) Fixed: Broken demos. (#5126) Fixed: Autocomplete in Dialog is positioned incorrectly. … Continue reading

jQuery UI 1.6.0 Changelog

Released on April 16, 2009 link GeneralWhat was originally planned as the 1.6 release was moved over to the 1.7 release. The final 1.6 release is 1.6rc2 plus fixes. This is a legacy compatibility release for those still using jQuery 1.2.6. link Core Widget factory: Added trigger method for triggering callbacks and events. cleaned up … Continue reading

jQuery UI 1.11.2 Changelog

Released on October 16, 2014 link Build Fixed: Pull in jquery.simulate.js from Bower (#10563, aa425ab) link Core & Utilitieslink Mouse Fixed: Only detect out of document mouseups after a mousemove (#7778, e12e3e1) link Widget Factory Fixed: Avoid memory leaks when unbinding events with ._off() (#10056, b397294) link Interactionslink Draggable Fixed: Check all parents for fixed … Continue reading

jQuery UI 1.10.0 Changelog

Released on January 17, 2013 link Build Added: Support for pre-releases in release script. (1f5dd8d) link Core & Utilities Removed: Use of bgiframe. (68cab60) link UI Core Removed: $.support.minHeight. (0c67254) Removed: $.ui.contains. (#8902, 747d853) Removed: $.ui.ie6. (995eb12) Removed: $.ui.isOver() and $.ui.isOverAxis(). (#8891, 3ec0c2e) Fixed: Patch over broken .removeData() in jQuery 1.6.1 + 1.6.2. (886d6fe) link … Continue reading

About jQuery UI

jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. Whether you're building highly interactive web applications or you just need to add a date picker to a form control, jQuery UI is the perfect choice. link Vision and Goalslink Collaborative design processThe … Continue reading