rollover bubble with ajax
I am trying to find an example of code which allows the user to hover or roll over a link, resulting in an Ajax call being made to retrieve data related to the link, and showing it in a popup bubble. Similar to how Netflix allows the user to hover over a movie and get information about it.
Any examples out there that do this?
Thanks in advance!