[jQuery] [tooltip] overriding definition

2009-05-05 Thread nomad
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. a class=fast href=... title=fast tooltipFast/a )

[jQuery] Re: [tooltip] overriding definition

2009-05-05 Thread nomad
Wow .. how easy, works, thank you.

[jQuery] Re: [tooltip] overriding definition

2009-05-05 Thread nomad
Wow .. how easy, works, thank you.