Submit your widget
101
Yays

jQuery Tag Clouds - Styling and Adding Sort Options

Views 11263   downloads 2109   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…

110
Yays

jQuery plugin: Easy List Splitter

Views 8488   downloads 1420   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…

102
Yays

jQuery Plugin: fancy FAQs

Views 7904   downloads 2477   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,…

122
Yays

HoverAttribute jQuery plugin

Views 10914   downloads 2235   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…

152
Yays

jQuery Mouse Events

Views 13795   downloads 2507   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…

110
Yays

AnythingZoomer jQuery Plugin

Views 10410   downloads 2753   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…

97
Yays

jQuery Code Expander

Views 5962   downloads 1508   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…

91
Yays

usability-conscious link CSS3 styles

Views 5324   downloads 1150   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…

115
Yays

Codename Rainbows jQuery

Views 15681   downloads 2552   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…

121
Yays

jQuery Frequently Asked Questions (FAQ)

Views 9129   downloads 1915   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…

89
Yays

jQuery Text Effect Plugin

Views 8527   downloads 1446   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…

100
Yays

jquery flip Text

Views 11807   downloads 1684   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…

103
Yays

jQuery Approach

Views 10535   downloads 1569   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…

90
Yays

3D Flying Text in jQuery

Views 12550   downloads 2381   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…

153
Yays

Super simple jQuery ticker text slideshow

Views 60825   downloads 11123   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…