I searched for some nice easy to use jQuery tooltip plugin but couldn’t found any useful.
My requirements are that I am creating a list which I retreived asych from server through javascript and append in the page, and I want to use tooltip on this list. I am going to show JSON code in tooltip.
So I need a plugin which can allow html as tooltip and it can be created dynamically.
Any suggestions?
Take a look at jQuery Tooltip from flowplayer.org. The tooltip itself is just a div and content of that div could be anything.