Introduction
Greeting, I haven’t posted jQuery tutorial for quite a while now because I have been busy sketching and working on the redesign of Queness and other projects. Yep, something exciting is coming soon
Anyway, in this tutorial, we will learn how to create a thumbnail image tooltip with jQuery. It displays a tooltip image when user hover on the thumbnail with fadein and out effect. It’s quite a useful script for your website. The following is a screenshot of the script, make sure you look at the demo to see the whole idea.
1. HTML
I have been thinking of using UL list, but then I think it’s not really appropriate because it would be quite difficult to style. Therefore, we will be using a DIV instead. The following image depicts the structure of the html
The structure is pretty simple, a DIV.thumbnail-item has two children – the thumbnail image and the tooltip.
More InformationIvan Lazarevic is sharing 2 different plugins for creating bar charts with jQuery & MooTools:
jqBarGraph has support for animated loading of the charts however mooBarGraph offers more features like:
url bars
info boxes (interactive charts)
negative values
AJAX data loading
Polaroid photo viewer with CSS3 and jQuery | demo
By combining the CSS3 Box Shadow and Rotate properties, this effect is relatively easy to create. When dragging a polaroid around, you’ll see the shadow. When it’s placed down, it’s rotated to the left or the right (random).
Sweet AJAX Tabs With jQuery 1.4 & CSS3 | demo
Organizing the content of a page in a both intuitive and eye-catching manner, is a must in modern web design. One principle that has been around for some time is dividing text into tabs. This allows you to squeeze much more content in a seemingly limited space and provide a structured way of accessing it.
jSlickmenu: A jQuery plugin for slick CSS3 menus | demo
The plugin called jSlickmenu, creates, well, slick menus with jQuery. Combined with some great CSS3 features likes rotation and shadows, this plugin can really lift up your design. It’s fairly easy to use, highly customizable and pretty cool (and fun!) to see.
More Information









