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
Assuming you have server-side application that can return the proper JSON, the implementation would be like this:
The relevant HTML will be something like: