Skip to content

Conversation

@dmitryevseev
Copy link

http://bugs.jqueryui.com/ticket/3772

Core: added new functionality that allows to apply effects on element ( $( ).showHideAnim(effect, showing); ) . Fix #3772 - based on kbwood solution posted http://bugs.jqueryui.com/ticket/3772#comment:6

Tooltip: added option {animation: 'show'}. Fixed #3772 - tooltip: now it is possible to define animation effect to apply

demo/tooltip/default.html: there was an error with tooltip call on a wrong element - was not working. Fixed - now is call on #age

… ( $( ).showHideAnim(effect, showing); ) . Fix #3772 - based on kbwood solution posted http://bugs.jqueryui.com/ticket/3772#comment:6 Tooltip: added option {animation: 'show'}. Fixed #3772 - tooltip: now it is possible to define animation effect to apply demo/tooltip/default.html: there was an error with tooltip call on a wrong element - was not working. Fixed - now is call on #age
@scottgonzalez
Copy link
Member

I really don't think that the solution should be to add another method to jQuery. Dialog probably comes the closest to an ideal situation (it's possible that it is the ideal solution).

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants