Submit your widget
80
Yays

Click to fade text paragraphs jQuery

Views 6286   downloads 1020   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.  …

94
Yays

JavaScript Color Fading Script

Views 5495   downloads 1053   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 7046   downloads 1311   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 9047   downloads 1550   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 18892   downloads 2776   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,…

650
Yays

jquery vticker (vertical news ticker)

Views 72418   downloads 15663   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…

91
Yays

Highlight source code with jQuery and Chili

Views 5308   downloads 1078   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 7534   downloads 1248   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

Showing links while hovering using CSS

Views 10361   downloads 1150   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 14164   downloads 1674   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 13913   downloads 1852   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>…