views:

47

answers:

1

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
15 tooltip plugins should be enough for anyone.
configurator
But the display content I have to retrieve from the database how I will do this?
ANP