Submit your widget
97
Yays

jQuery Tag Clouds - Styling and Adding Sort Options

Views 10673   downloads 1874   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…

107
Yays

jQuery plugin: Easy List Splitter

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

98
Yays

jQuery Plugin: fancy FAQs

Views 7283   downloads 2198   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,…

118
Yays

HoverAttribute jQuery plugin

Views 9993   downloads 1914   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…

145
Yays

jQuery Mouse Events

Views 13013   downloads 2216   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…

105
Yays

AnythingZoomer jQuery Plugin

Views 9703   downloads 2471   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…

89
Yays

jQuery Code Expander

Views 5330   downloads 1257   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…

87
Yays

usability-conscious link CSS3 styles

Views 4760   downloads 911   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…

109
Yays

Codename Rainbows jQuery

Views 15032   downloads 2271   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…

117
Yays

jQuery Frequently Asked Questions (FAQ)

Views 8354   downloads 1635   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 7959   downloads 1164   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…

94
Yays

jquery flip Text

Views 10934   downloads 1391   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…

99
Yays

jQuery Approach

Views 9708   downloads 1266   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…

86
Yays

3D Flying Text in jQuery

Views 11792   downloads 2093   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…

144
Yays

Super simple jQuery ticker text slideshow

Views 59386   downloads 10779   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…