I have a list of items like here in stackoverflow list of question. For every item's owner name is a link clicking on which it navigates to the the profile page(like in stackoverflow also). But my current requirement is that on mouse over the link I have to show a popup(like in facebook) with some information of that person. So how do this?
+1
A:
Just use a Tooltip to display the extra information.
There are a number of these available, here's 15 of them to get you started.
Marko
2010-10-06 05:57:27
15 tooltip plugins should be enough for anyone.
configurator
2010-10-06 06:09:14
But the display content I have to retrieve from the database how I will do this?
ANP
2010-10-06 06:40:04