From: jzaefferer Date: Wed, 13 Apr 2011 12:01:46 +0000 (+0200) Subject: Overhaul tooltip implementation. Avoid queuing and other problems by X-Git-Tag: 1.9m5~126 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=67d49f593bb34f10751421a51c8e13d42bc1b16e;p=jquery-ui.git Overhaul tooltip implementation. Avoid queuing and other problems by creating the tooltip element on the fly, never reusing it. Use aria-describedby attribute to find the associated tooltip again. Allows customizing animations much easier (just replace fadeIn/fadeOut), still open. Updated demos and visual test to replace now-missing .widget() method. Added tooltipClass for that. --- diff --git a/demos/tooltip/custom-animation.html b/demos/tooltip/custom-animation.html index a9d0df66e..a9745a062 100644 --- a/demos/tooltip/custom-animation.html +++ b/demos/tooltip/custom-animation.html @@ -11,12 +11,15 @@ +