Displaying posts categorized under

Ajax tooltips

Ajax and html tooltips – part 2

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 [...]

Ajax and dynamic html tooltips – part 1

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), [...]