[jQuery] Re: [tooltip] overriding definition
Wow .. how easy, works, thank you.
[jQuery] Re: [tooltip] overriding definition
Wow .. how easy, works, thank you.
[jQuery] [tooltip] overriding definition
Newbies question: I need different definitions of tooltip on one page: 1/ Replace the default tooltip of all title elements $('*[title]').tooltip({ delay: 500 }); AND 2/ Replace only Title elements within class "fast" (e.g. Fast ) $('*[title].fast').tooltip({ delay: 0 }); But