Easiest Tooltip and Image Preview Using jQuery
Example 1: The Simplest jQuery Tooltip Ever
View this script in action
Example 2: Image Preview Gallery
Here we have a bunch of thumbnails. When each thumbnail is rolled over, script will load an image that we have linked in HREF attribute of an A tag. That makes this method accessible as well, because user can still access the target image even with disabled JavaScript.
View this script in action
Example 3: Links With URL Preview
This demands a bit more effort but it might be worth it as an extra feature to add to your sites. What you’ll need here is a small size screenshot of the target url. You’ll put screenshot image location in in REL attribute of the A tag and script will do the rest.
Download all 3 tricks in a bundle
via Easiest Tooltip and Image Preview Using jQuery | Css Globe.











