Submit your widget
99
Yays

jQuery Plugin: fancy FAQs

Views 7663   downloads 2359   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 11052   downloads 2016   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 11479   downloads 1551   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 14879   downloads 2536   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,…

97
Yays

Pure CSS3 simple 3D text effect

Views 18712   downloads 3791   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 5916   downloads 1195   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 8713   downloads 1804   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 10035   downloads 1800   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 25481   downloads 5076   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 7387   downloads 1464   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

simple jQuery Typing Text Effect

Views 17044   downloads 3316   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 5822   downloads 1243   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 11757   downloads 1941   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…

91
Yays

Beautiful Colorful Sitemap With jQuery

Views 6238   downloads 1593   Text & Link Effects

Content-heavy websites with a deep navigational structure can benefit from sitemaps. A sitemap contains links to every important page on a website, often visually organized in a hierarchy. They generally…

90
Yays

jQuery Code Expander

Views 5698   downloads 1404   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…