Submit your widget
99
Yays

jQuery Plugin: fancy FAQs

Views 7638   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,…

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…

97
Yays

jquery flip Text

Views 11444   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…

97
Yays

Pure CSS3 simple 3D text effect

Views 18666   downloads 3774   Text & Link Effects

The basic idea is pretty simple. You can get a nice 3D effect combining multiple levels of text-shadow. The code required to get this result is something like: text-shadow: rgb(187, 187, 187) 0px 1px…

96
Yays

JavaScript Color Fading Script

Views 5885   downloads 1184   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…

96
Yays

JQuery InnerFade With Images and Text

Views 14844   downloads 2523   Slideshow & Scroller

What is it? InnerFade is a small plugin for the jQuery-JavaScript-Library. It's designed to fade you any element inside a container in and out. These elements could be anything you want, e.g. images,…

96
Yays

useful radical Web Typography with jQuery

Views 8691   downloads 1793   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:…

95
Yays

Very sample Fade Out the Bottom with text

Views 10009   downloads 1790   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…

95
Yays

JQuery fadeIn, slideLeft, slideTop effect with text

Views 25404   downloads 5048   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…

94
Yays

simple jQuery Typing Text Effect

Views 17017   downloads 3303   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…

93
Yays

Highlight source code with jQuery and Chili

Views 5792   downloads 1230   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…

92
Yays

Fade-in Spoiler Revealer jQuery

Views 7364   downloads 1454   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…

91
Yays

Elastic Textarea form with jQuery (Ext JS)

Views 11726   downloads 1928   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…

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…

90
Yays

jQuery animation Shuffle Letters Effect

Views 23037   downloads 4140   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…