Submit your widget
121
Yays

Image Preview Gallery

Views 19131   downloads 3694   Image Effects

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…

83
Yays

The Simplest jQuery Tooltip Ever

Views 4567   downloads 1105   Tooltips

What this script does is adds an element to the body when you roll over a certain object. That element's appearance is predefined with css (positioned absolute and styled) so all we need to do is fill…

132
Yays

jQuery image AdSense(Image Tips)

Views 14646   downloads 3039   Tooltips

Installation   Step1:include css and js files. <script type="text/javascript" src="js/jquery-1.3.2.min.js"></script> <script type="text/javascript" src="js/webwidget_tip_imagesAdSense.js"></script>…

228
Yays

awesome jQuery and CSS3 Contextual Slideout Tips

Views 32213   downloads 4081   Tooltips

The main idea is to create an easily configurable set of contextual slideouts. Each can be opened in one of four directions – bottom-right (default), bottom-left, top-left and top-right, and each…

147
Yays

Interactive Picture with jQuery(Image Tips)

Views 20404   downloads 3956   Tooltips

In this tutorial I will be showing you how to piece together an interactive picture – aka an image that contains tooltips and popup boxes. This can be useful for showing off a particular aspect…

130
Yays

Just The Tip jQuery-flavored Tooltips

Views 15267   downloads 2847   Tooltips

How To Use It Using Just The Tip is easy. Well, it's kinda easy, if you know a little HTML and Javascript. It goes a little something like this: 1. Grab The Code This goes without saying, right? Download…