Submit your widget
98
Yays

jQuery Tag Clouds - Styling and Adding Sort Options

Views 11031   downloads 2003   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 8239   downloads 1289   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 7636   downloads 2348   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 10559   downloads 2092   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 13442   downloads 2379   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 10069   downloads 2621   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 5669   downloads 1393   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 5052   downloads 1038   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 15383   downloads 2415   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 8801   downloads 1798   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 8278   downloads 1301   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 11441   downloads 1540   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 10154   downloads 1423   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 12233   downloads 2233   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 60126   downloads 10957   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…