Submit your widget
88
Yays

Beautiful Colorful Sitemap With jQuery

Views 6149   downloads 1562   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…

87
Yays

Showing links while hovering using CSS

Views 10679   downloads 1348   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…

87
Yays

usability-conscious link CSS3 styles

Views 5010   downloads 1022   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…

87
Yays

jQuery search form list filtering

Views 20413   downloads 5072   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…

87
Yays

Useful Reads and parses XML file with jQuery

Views 13158   downloads 2275   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…

86
Yays

3D Flying Text in jQuery

Views 12185   downloads 2215   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 Text Effect Plugin

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

85
Yays

jQuery plugin text hidden and expand

Views 7851   downloads 1380   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.…

84
Yays

Very Useful News Ticker with jQuery

Views 20181   downloads 5498   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?…

84
Yays

Vertical scrolling news effect with jQuery

Views 21782   downloads 3937   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

Click to fade text paragraphs jQuery

Views 6666   downloads 1138   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

Fade colors using jQuery

Views 9434   downloads 1675   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…

81
Yays

CSS3 Change Text Selection Colour effect

Views 7608   downloads 1735   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…

79
Yays

jMagnify----jQuery text hover plugin

Views 12813   downloads 2701   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"…

77
Yays

Nice pure CSS3 Typography

Views 7951   downloads 2017   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.…