I am writing an app and I want stack overflow like tool-tips updated with ajax. And I want it in AJAX too.

Please tell me if any such library already exists and otherwise will it be helpful to write a one from scratch.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

I found two solutions

  1. The YUI3 Alloy Tooltip module. Which is poorly written and not suitable for my use.
  2. The example provided by YUI3 http://developer.yahoo.com/yui/3/examples/widget/widget-tooltip.html

It is helpful and customizable.

link|improve this answer
Great answer... Agreed that Alloy is horribly implemented. – JoshHibschman Jan 7 at 20:29
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.