Hi guys,
I'm trying to something with JQuery similar to Red Box. I'd like to be able to hover over an entry in a table, and then have a box popup that displays information about that entry pulled from a database.
What I have so far is the ability to select specific elements in the table, and alert when I hover over those elements :)
So my question is: How do I display database information (using callbacks, I'm guessing) in a textbox that pops up from a jquery hover?
Thanks,
Michael