Submit your widget
118
Yays

jQuery Frequently Asked Questions (FAQ)

Views 8933   downloads 1835   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…

114
Yays

jQuery long list Page scroll

Views 18645   downloads 3602   Text & Link Effects

A good way to manage long list in short space! jquery.verticalSlider let you show long list of elements managing pagination, it can work with elements already in the DOM of your page or loading them via…

113
Yays

Codename Rainbows jQuery

Views 15493   downloads 2454   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…

113
Yays

jQuery Mouse Over Animation for Text

Views 12529   downloads 1865   Text & Link Effects

You can use this jQuery plugin for adding flavor to your web site. By this plugin, text messages on your site are animated on mouse over. jQuery animate function is called for each character of text.…

111
Yays

multiple Text Hover Effect With jQuery

Views 13829   downloads 1868   Text & Link Effects

Not only Internet Explorer has it flaws when it comes to parsing/using the CSS file. Even though the Webkit engine is the best CSS engine out there (at the moment), I was still able to find a little bug…

110
Yays

jQuery plugin: Easy List Splitter

Views 8319   downloads 1321   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…

110
Yays

Text Scroller effect

Views 13516   downloads 3049   Text & Link Effects

The further from the center of the scroll bar, the faster the text will scroll. The closer to the center, the slower it will scroll. When you move over the center it pauses. JAVASCRIPT function $(v) {…

109
Yays

AnythingZoomer jQuery Plugin

Views 10208   downloads 2662   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…

108
Yays

Text-link hover background animation(only css)

Views 14494   downloads 2065   Text & Link Effects

Very easy! <style type="text/css"> .bg-animation:hover{ background-image:url(hover-bg.gif); } </style> <a href="#" class="bg-animation">Text link hover backgorund animation</a>…

108
Yays

Awesome RSS Driven Dynamic News Slider Plugin with jQuery

Views 28851   downloads 5662   Text & Link Effects

Dynamic News is a jQuery news slider plugin that makes news integration to your web site very easy. Dynamic News plugin supports two ways to add news data. You can either enter your news via HTML markups…

106
Yays

iPhone like Sliding Headers effect With jQuery

Views 9846   downloads 1835   Text & Link Effects

  One really nice UI effect is when a new heading is just about to replace the existing heading, it pushes the existing heading out of view. It’s very subtle and only really visible if you…

102
Yays

jQuery Approach

Views 10276   downloads 1460   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…

102
Yays

jQuery plugin Information board text effect

Views 13975   downloads 1921   Text & Link Effects

Airport is a rather simple text effect plugin for Jquery. It emulates the style of those flickering information boards you sometime find on airports and train stations. Airport is a very, very, very simple…

102
Yays

CSS&jQuery;: Highlight keywords text

Views 8967   downloads 1994   Text & Link Effects

we'll come up with a solution to highlight identified keywords (using named entity recognition) inside of a chunk of user generated text. While the idea was fairly simple, the challenge was creating a…

101
Yays

jQuery Plugin: fancy FAQs

Views 7727   downloads 2383   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,…