This is continuted from Part 1
Lets start off by this demo. Put your mouse pointer over the someones LastName column and you’ll see a really nice looking tooltip popping up – containing info for the current row. That data is retrieved from the server by Ajax. The cool thing is that I have also implemented a [...]
Tooltips are not only cool - they also fill an important purpose by being able to keep information hidden until the visitor (typically by moving the mouse over a certain item) want more information.
There are a lot of libraries out there implementing tooltips by Javascript ( also pure CSS tooltips – no Javascript at all are possible), [...]
