I am looking for something similar to what's there at www.monster.com. When you search for a job, it shows you the job list (Single line mode) and when you hover over the Job Title column it pops up an AJAX dialog with links and further details within it.
Is there some existing plugin that I can use (the closest I could find was BetterTooltip: http://edgarverle.com/BetterTip/default.cfm). But the problems I see there are a.) I do not want to create another page to fetch the contents; I want the DIV to be in the same page. b.) I do not see a property that can make the tooltip DIV to remain open till the user has focus over it. It would be great if someone can suggest a way to achieve that (as it seems it should be that tough -- it's just that I'm not getting it). Another thing to note is I'll be rendering my tabular data using ASP.Net gridview. Thanks.