Submit your widget
90
Yays

jQuery animation Shuffle Letters Effect

Views 23101   downloads 4150   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…

89
Yays

jQuery search form list filtering

Views 20483   downloads 5102   Form

Here’s a clever little script that’s certainly useful if you want to give users the functionality to refine search results or filter product results. If you had a list of films with long titles…

88
Yays

Showing links while hovering using CSS

Views 10751   downloads 1377   Text & Link Effects

Links (or anchor tags) are really important in webdesign/development. With all default settings (Both in CSS and the webbrowser), a link does look pretty ugly: A blue, underlined text (and purple when…

88
Yays

usability-conscious link CSS3 styles

Views 5087   downloads 1050   Text & Link Effects

This example offers a good overview of different effects you can use for links, including color and underline, backgrounds, and animations. It’s a good starting place if you’re trying to figure…

88
Yays

Useful Reads and parses XML file with jQuery

Views 13214   downloads 2304   Text & Link Effects

This tutorial will guide you how to build a jQuery script that reads and parses XML file and display data in random order. I made this because I believe some of us might get this kind of request from…

87
Yays

3D Flying Text in jQuery

Views 12268   downloads 2245   Text & Link Effects

It’s just a matter of time before some creates a jQuery plug-in much like Papervision for Flash.  Until then the 3D experiments in jQuery continue.  Here is a example that will show you…

86
Yays

jQuery plugin text hidden and expand

Views 7917   downloads 1408   Text & Link Effects

The first in the series is called ‘truncatable‘. Simply put truncatable is a lightweight truncation plugin for jQuery. Designed for users who want to be able to hide and expand text on a page.…

86
Yays

jQuery Text Effect Plugin

Views 8306   downloads 1314   Text & Link Effects

Some content on our pages are more important than other and we want to made him eye catching. There are lot of techniques to achieve that.  One of them is jqIsoText. With this plugin we’re…

86
Yays

Very Useful News Ticker with jQuery

Views 20358   downloads 5533   Text & Link Effects

Cool news ticker! Seems familiar... Taking inspiration from the BBC News website ticker, jQuery News Ticker brings a lightweight and easy to use news ticker to jQuery. And what do I do with these files?…

85
Yays

Vertical scrolling news effect with jQuery

Views 21915   downloads 3978   Text & Link Effects

Totem makes vertical tickers easy to implement by: Turning a list of items into an animated ticker that auto-advances Specifying anchors for stop, start, next, and previous navigation links. Installation…

83
Yays

Fade colors using jQuery

Views 9509   downloads 1702   Text & Link Effects

Retweetradar has nice little effect in the footer - links in top lists fade, emphasizing the most popular links with strongest color intensity. This example will explain how to fade a color in array of…

83
Yays

Click to fade text paragraphs jQuery

Views 6747   downloads 1167   Text & Link Effects

Click-To-Fade Paragraphs (or other HTML Elements) The trick here is to target all odd paragraph tags. This uses the very simple query language in jQuery: p:odd when authoring the sample in Glimmer.  …

82
Yays

CSS3 Change Text Selection Colour effect

Views 7683   downloads 1770   Text & Link Effects

Whilst this CSS3 declaration might not be crucial to your project or design and yes it is not supported by all browsers, but it is a fantastic effect that really takes your design one step further. Currently…

80
Yays

jMagnify----jQuery text hover plugin

Views 12877   downloads 2734   Text & Link Effects

  To use this jquery plugin: download jquery.jMagnify.js and images files download last version of jquery.js include the js in the head section of the page: <head> ... <script type="text/javascript"…

78
Yays

Nice pure CSS3 Typography

Views 8038   downloads 2047   Text & Link Effects

we’ll look at how to take basic markup and transform it into an attractive and beautiful typographical design through pure CSS3. There are no images or other external resources, just pure CSS magic.…