Submit your widget
83
Yays

Click to fade text paragraphs jQuery

Views 6667   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.  …

96
Yays

JavaScript Color Fading Script

Views 5834   downloads 1166   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…

91
Yays

Fade-in Spoiler Revealer jQuery

Views 7328   downloads 1434   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…

82
Yays

Fade colors using jQuery

Views 9435   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…

138
Yays

a Wobbling 3D Carousel(jQuery)

Views 19379   downloads 2894   Slideshow & Scroller

This is a  3D carousel.we’ll create a ring by plotting points in 3d space, then we’ll rotate it so it’s almost perpendicular to the viewer.  Because it’s not 100% flat,…

651
Yays

jquery vticker (vertical news ticker)

Views 73868   downloads 16037   Slideshow & Scroller

I have made this plugin for easy and simple vertical news automatic scrolling. This plugin will calculate height automaticaly, so no styling needed (added an option to set height manually). Just grab…

92
Yays

Highlight source code with jQuery and Chili

Views 5748   downloads 1215   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…

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.…

87
Yays

Showing links while hovering using CSS

Views 10681   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…

169
Yays

Link external icon - jQuery plugin for show external link(target="_blank") icon

Views 14856   downloads 1854   Text & Link Effects

This plugin add an icon opening a new window to each link Help Step1:include js.   <script type="text/javascript" src="js/jquery-1.3.2.min.js"></script> <script type="text/javascript"…

105
Yays

Text-link hover background animation(only css)

Views 14307   downloads 1998   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>…