Submit your widget
98
Yays

jQuery Tag Clouds - Styling and Adding Sort Options

Views 11041   downloads 2007   Text & Link Effects

  Users have very different opinions when it comes to tag clouds. Some like them, some can't stand to look at the mess. Whatever your feelings are, categorizing items (i.e. blog posts) using tags…

108
Yays

jQuery plugin: Easy List Splitter

Views 8249   downloads 1292   Text & Link Effects

Easy List Splitter keeps the HTML to the minimum. No unnecessary elements or inline styles are added to the code. You’ll get a clean plain HTML with some classes that you can use as hooks to easily…

99
Yays

jQuery Plugin: fancy FAQs

Views 7651   downloads 2352   Text & Link Effects

This example will show you how to use jQuery in order to generate easy-to-read and eye-pleasing FAQs, with a fancy slide down effect. This script will help you enhancing both user experience and accessibility,…

119
Yays

HoverAttribute jQuery plugin

Views 10575   downloads 2099   Text & Link Effects

HoverAttribute is a jQuery plugin that allows you to make (link-)elements more dynamic by making an attribute of that element show up on hovering. This is foremost intended for <a> tags residing…

147
Yays

jQuery Mouse Events

Views 13461   downloads 2381   Tooltips

HTML For us to make a tooltip we’re going to have some links to work with, and a container for our tooltip.  There is nothing too special here.  I placed the links in a header tag just…

109
Yays

AnythingZoomer jQuery Plugin

Views 10078   downloads 2622   Image Effects

You have a small area. You mouse over it. An area pops up giving you a zoomed in closer look. This is a jQuery plugin that does it. I’m not going to tell you what you should use it for or elaborate…

90
Yays

jQuery Code Expander

Views 5683   downloads 1397   Text & Link Effects

There is a problem on the web. Displaying actual programming code takes away a lot of space of the webpage (especially the longer ones). You can split up the code in several parts, but that's really hard…

88
Yays

usability-conscious link CSS3 styles

Views 5071   downloads 1041   Text & Link Effects

This example offers a good overview of different effects you can use for links, including color and underline, backgrounds, and animations. It’s a good starting place if you’re trying to figure…

110
Yays

Codename Rainbows jQuery

Views 15394   downloads 2419   Text & Link Effects

We use some JavaScript and CSS magic to apply a two-color gradient to any text. Shadows and highlights can also be applied. This works especially well on big sites or dynamic content where it'd be impractical…

118
Yays

jQuery Frequently Asked Questions (FAQ)

Views 8822   downloads 1804   Text & Link Effects

This time around we'll to create a FAQ page at work for a new website we are launching. Creating the FAQ Obviously, you'll need a page with FAQ's on it. I personally chose to put everything in UL's, but…

86
Yays

jQuery Text Effect Plugin

Views 8286   downloads 1305   Text & Link Effects

Some content on our pages are more important than other and we want to made him eye catching. There are lot of techniques to achieve that.  One of them is jqIsoText. With this plugin we’re…

97
Yays

jquery flip Text

Views 11459   downloads 1544   Text & Link Effects

Never needed to flip your text vertically? jquery.mb.flipText is a simple plug-in to turn your text vertically in both direction: top-bottom or bottom-top. It embeds an SVG object so you can use whatever…

102
Yays

jQuery Approach

Views 10166   downloads 1426   Text & Link Effects

Approach is a jQuery plugin that allows you to animate style properties based on the cursor’s proximity to an object. It works in a very similar manner to jQuery animate, however it animates over…

87
Yays

3D Flying Text in jQuery

Views 12247   downloads 2238   Text & Link Effects

It’s just a matter of time before some creates a jQuery plug-in much like Papervision for Flash.  Until then the 3D experiments in jQuery continue.  Here is a example that will show you…

145
Yays

Super simple jQuery ticker text slideshow

Views 60153   downloads 10961   Slideshow & Scroller

Plugin to rotate list items inside an unordered list, plugin will automaticlly hide all but the first list items and then rotate them. Usage is very simple, say for example we have an unordered list with…