Submit your widget
129
Yays

Just The Tip jQuery-flavored Tooltips

Views 15178   downloads 2828   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…

125
Yays

astonishing iCal-like calendars with jQuery

I wanted it to be similar to the iPhone Calendar application (or, if you want, to the little calendar on the left bottom corner in iCal). And I also wanted to keep the code as little and sweet as possible…

122
Yays

simplism tooltip powered by jQuery

Views 8643   downloads 2068   Tooltips

A tooltip is help text that appears when you hover your cursor over something. The title attribute of a hyperlink or alt attribute of an image tag will be displayed as a tooltip by a browser when you…

120
Yays

Image Preview Gallery

Views 19084   downloads 3675   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…

120
Yays

very lightweight tooltips vTip

Views 29223   downloads 3408   Tooltips

vTip is designed to quickly provide very lightweight (706b js, 272b CSS, 270b image) tooltips to users of jQuery. The zip includes everything you need (including an example page), as well as jQuery for…

117
Yays

Links With URL Preview

Views 9742   downloads 1709   Tooltips

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…

116
Yays

popular Popup Bubbles With jQuery

Views 12535   downloads 3193   Tooltips

In particular, Jorge Mesa writes to ask how to re-create their ‘puff’ popup bubble shown when you mouse over the download image. In essence the effect is just a simple combination of effect,…

111
Yays

Horizontal Tooltips Menu with jQuery

Views 16040   downloads 3424   Menu & Navigation

We're doing something a little bit similar - Tooltips menu.   1. HTML   As usual, it's a good practise to use UL List for menu. For the menu images, you need to put the caption in the ALT attribute,…

110
Yays

Multiple Nice Pure CSS speech bubbles

Views 18947   downloads 3935   Tooltips

Speech bubbles are a popular effect but many tutorials rely on presentational HTML or JavaScript. This tutorial contains various forms of speech bubble effect created with CSS 2.1 and enhanced with CSS3.…

107
Yays

Awesome RSS Driven Dynamic News Slider Plugin with jQuery

Views 28696   downloads 5582   Text & Link Effects

Dynamic News is a jQuery news slider plugin that makes news integration to your web site very easy. Dynamic News plugin supports two ways to add news data. You can either enter your news via HTML markups…

106
Yays

jQueryNotice animated notification tooltip

Views 11175   downloads 2031   Tooltips

jQnotice allows you to easily show an animated notification tooltip at the top of your website with just a simple line of code. How-to use ? You can use it by just call the following method: jQnotice('Your…

105
Yays

Nice And Simple Toolbar For Your Website With CSS3 And jQuery

Views 13058   downloads 2392   Tooltips

This is a fixed panel, on the bottom of the page, to improve interaction with our users. So a panel with social icons and their tooltip bubbles on the left side and a quick menu on the right. Some features…

102
Yays

jQuery Tooltips

Views 12248   downloads 2671   Tooltips

So here’s the JS     $(document).ready(function(){ $('[rel=tooltip]').bind('mouseover', function(){ if ($(this).hasClass('ajax')) { var ajax = $(this).attr('ajax'); $.get(ajax, function(theMessage){…

100
Yays

A jQuery Plugin for Zoomable, Interactive Maps

Views 12708   downloads 2504   Lightbox & Dialog & Overlay

Instructions There are four main components required to make the plugin run: the background images, links to pages that contain html data in the correct format, some CSS for style and finally the plugin…

100
Yays

Add Notes to Images with jQuery and php

Views 18190   downloads 2738   Tooltips

Query-Notes is a simple and easy to use jQuery-Plugin that allows you to add notes to any image (even foreign ones) on your website or blog. Features: add notes to any image many setting options totally…