Tooltip

Customizable, themeable tooltips, replacing native tooltips. ExamplesDefault functionalityCustom animation demoCustom contentCustom StylingFormsTrack the mouseVideo Player demo Hover the links above or use the tab key to cycle the focus on each element. view source 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 … 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.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

All jQuery UI Downloads

link 1.13.3 Released on April 26, 2024 jQuery UI 1.13.3 (concatenated JS and CSS files) jQuery UI 1.13.3 Themes link 1.13.2 Released on July 14, 2022 jQuery UI 1.13.2 (concatenated JS and CSS files) jQuery UI 1.13.2 Themes link 1.13.1 Released on January 20, 2022 jQuery UI 1.13.1 (concatenated JS and CSS files) jQuery UI … 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.1 Changelog

Released on October 25, 2012 link Build Fixed: .jshintrc files not copied to dist. (#8687, 390510c) link Core & Utilitieslink UI Core Fixed: :focusable pseudo-selector does not find elements if parent has 0x0 dimension. (#8643, 86a958d) link Widget Factory Fixed: Destroy only when element is the actual target. (#8652, 8bb05d2) Fixed: this._on delegates using instance.widget() … Continue reading

jQuery UI 1.9.2 Changelog

Released on November 23, 2012 link Core & Utilitieslink UI Core Moved old jQuery support code to the bottom (above deprecated). (177d0f2) Patch over broken .removeData() in jQuery 1.6.1 + 1.6.2. (310dff1) link Widget Factory Fixed: Ability to use _on() even when disabled. (#8800, f8c154b) Fixed: Bridge fails if widgetFullName is not supplied. (#8775, 8f098d8) … 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.13.1 Changelog

Released on January 20, 2022 link Core & Utilitieslink Widget factory Fixed: Optimize attachment of the _untrackClassesElement listener (#2014, 0c5becce0) Fixed: Make contextless widget construction work (#2015, ed637b04d) link Widgetslink Autocomplete Fixed: Rewrite with a delay instead of appending the live region (#2002, 933ce5d77) link Tooltip Fixed: Don’t crash on empty content (#1990, 85fba3f10) link … Continue reading