Submit your widget
104
Yays

jQuery Approach

Views 10646   downloads 1624   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…

104
Yays

jquery flip Text

Views 11909   downloads 1734   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

Simple jQuery Link Control

Views 7508   downloads 1816   Text & Link Effects

Link Control is divided into Inline  and Overlay . The inline link, when you roll over the link it simply pushes the text to the right. Just a note, this could become problamatic if your text wraps…

102
Yays

jQuery Plugin: fancy FAQs

Views 7996   downloads 2529   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,…

101
Yays

jQuery Tag Clouds - Styling and Adding Sort Options

Views 11357   downloads 2147   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…

99
Yays

JavaScript Color Fading Script

Views 6289   downloads 1350   Text & Link Effects

This lightweight JavaScript allows for easy color transitions. Add fading effects to tables, divs and more. You can target an elements background, border or text color. Below is the command to call the…

99
Yays

Very sample Fade Out the Bottom with text

Views 10341   downloads 1976   Text & Link Effects

This is a cool effect where the bottom of the page seems to fade out. The technique makes use of an fixed position div (bottom: 0px;) with a transparent PNG image and a high z-index value. There is also…

99
Yays

useful radical Web Typography with jQuery

Views 9033   downloads 1948   Text & Link Effects

This is a lightweight, easy to use Javascript span injector for radical Web Typography, we're calling it "Lettering Dot JS", and we're releasing it today for free over on Github. Let me demo it for you:…

97
Yays

jQuery Code Expander

Views 6072   downloads 1558   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…

97
Yays

simple jQuery Typing Text Effect

Views 17380   downloads 3486   Text & Link Effects

The article source:http://www.thepixelart.com/create-a-typing-text-effect-using-jquery/ You must have seen this text effect on many flash websites. jTicker is a jQuery plugin that can be used for creating…

97
Yays

JQuery fadeIn, slideLeft, slideTop effect with text

Views 25947   downloads 5243   Text & Link Effects

Animation effects Textualizer currently has the following effects: fadeIn, slideLeft, slideTop, and random. You can choose which effect to use by setting the effect option. Usage var list = ['first…

96
Yays

Highlight source code with jQuery and Chili

Views 6223   downloads 1425   Text & Link Effects

we highlight source code with the jQuery plugin Chili. We go further and tweak Chili to our liking and increase the readability and usability of code-boxes with our own custom functions. Our starting…

94
Yays

Fade-in Spoiler Revealer jQuery

Views 7723   downloads 1621   Text & Link Effects

jQuery has some really simple built in features for “fading in” and “fading out” different page elements. I thought we could exploit some of those functions for a really simple…

94
Yays

Elastic Textarea form with jQuery (Ext JS)

Views 12133   downloads 2123   Form

Since it was first featured on Facebook, elastic textareas – <textarea> elements that automatically expand or shrink depending on how much text the user inputs – has become one of the…

93
Yays

jQuery animation Shuffle Letters Effect

Views 23749   downloads 4339   Text & Link Effects

we will be making a jQuery plugin that will shuffle the text content of any DOM element – an interesting effect that can be used in headings, logos and slideshows The Code The first step is to write…