Submit your widget
101
Yays

jQuery Tag Clouds - Styling and Adding Sort Options

Views 11398   downloads 2170   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 8605   downloads 1487   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 8029   downloads 2544   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 11086   downloads 2301   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 13992   downloads 2575   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…

112
Yays

AnythingZoomer jQuery Plugin

Views 10557   downloads 2823   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…

99
Yays

jQuery Code Expander

Views 6105   downloads 1573   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 5422   downloads 1218   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…

116
Yays

Codename Rainbows jQuery

Views 15822   downloads 2612   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 9278   downloads 1969   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 8654   downloads 1507   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…

104
Yays

jquery flip Text

Views 11949   downloads 1745   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…

104
Yays

jQuery Approach

Views 10689   downloads 1638   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…

94
Yays

3D Flying Text in jQuery

Views 12699   downloads 2439   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 61025   downloads 11186   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…