I want a very dynamic and simple tool-tip feature in my web app (very much like Facebook's). I have looked around at all the jQuery plugins but don't fancy them really, so want to build my own. It needs to be able to display lists as well as single items on hover of certain html elements.
My main question is that is it best to build the html tooltip element in jQuery and then insert into the DOM every time a relevant element is hovered, or have one tool-tip to serve all tool-tip hover activity and just move it around and change the content inside it?
Any tool-tip experience would be of interest!