I need tooltips, but want more sophisticated data and html structure inside the tip than just specifying rel and title in the target.
For example, let say an anchor link represents a book. The link just shows the name of the book. The Tip should show details: name, author, number of pages, published date, etc. I have Book javascript objects. My intent is to "store" each book with the anchor. I want the Tip to use the Book object and format a nice tip. Note, I need some intelligence in the formatting as not all books have all data, so I want to present the info cleanly and not have fields in the tip where data is missing. So this is truly custom content and formatting inside the tip. thanks, Jon
