Submit your widget
118
Yays

jQuery Frequently Asked Questions (FAQ)

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

113
Yays

jQuery long list Page scroll

Views 18509   downloads 3549   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…

111
Yays

multiple Text Hover Effect With jQuery

Views 13706   downloads 1830   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

Codename Rainbows jQuery

Views 15371   downloads 2410   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…

110
Yays

jQuery Mouse Over Animation for Text

Views 12437   downloads 1820   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.…

109
Yays

AnythingZoomer jQuery Plugin

Views 10050   downloads 2613   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

jQuery plugin: Easy List Splitter

Views 8230   downloads 1284   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…

108
Yays

Text Scroller effect

Views 13411   downloads 3000   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) {…

108
Yays

Awesome RSS Driven Dynamic News Slider Plugin with jQuery

Views 28729   downloads 5595   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

Text-link hover background animation(only css)

Views 14365   downloads 2014   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>…

105
Yays

iPhone like Sliding Headers effect With jQuery

Views 9734   downloads 1798   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 10143   downloads 1416   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 13865   downloads 1869   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…

101
Yays

CSS&jQuery;: Highlight keywords text

Views 8865   downloads 1949   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…

99
Yays

Simple jQuery Link Control

Views 7059   downloads 1614   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…