Submit your widget
99
Yays

Simple jQuery Link Control

Views 7186   downloads 1661   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…

99
Yays

Pure CSS3 simple 3D text effect

Views 18807   downloads 3819   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…

98
Yays

jQuery Tag Clouds - Styling and Adding Sort Options

Views 11110   downloads 2036   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 11585   downloads 1579   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

JQuery InnerFade With Images and Text

Views 14965   downloads 2562   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

JavaScript Color Fading Script

Views 5991   downloads 1217   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

useful radical Web Typography with jQuery

Views 8791   downloads 1826   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:…

96
Yays

simple jQuery Typing Text Effect

Views 17133   downloads 3342   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…

95
Yays

Very sample Fade Out the Bottom with text

Views 10088   downloads 1829   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 25592   downloads 5107   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

Fade-in Spoiler Revealer jQuery

Views 7476   downloads 1491   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

jQuery Code Expander

Views 5770   downloads 1430   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…

93
Yays

Highlight source code with jQuery and Chili

Views 5906   downloads 1269   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…

93
Yays

Elastic Textarea form with jQuery (Ext JS)

Views 11831   downloads 1964   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…

92
Yays

jQuery animation Shuffle Letters Effect

Views 23231   downloads 4175   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…