Submit your widget
83
Yays

Click to fade text paragraphs jQuery

Views 6716   downloads 1157   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 5885   downloads 1183   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…

92
Yays

Fade-in Spoiler Revealer jQuery

Views 7362   downloads 1454   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…

83
Yays

Fade colors using jQuery

Views 9475   downloads 1692   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…

139
Yays

a Wobbling 3D Carousel(jQuery)

Views 19426   downloads 2912   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,…

652
Yays

jquery vticker (vertical news ticker)

Views 74024   downloads 16070   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…

93
Yays

Highlight source code with jQuery and Chili

Views 5792   downloads 1230   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…

86
Yays

jQuery plugin text hidden and expand

Views 7891   downloads 1399   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.…

88
Yays

Showing links while hovering using CSS

Views 10724   downloads 1366   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…

170
Yays

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

Views 14960   downloads 1880   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"…

106
Yays

Text-link hover background animation(only css)

Views 14372   downloads 2019   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>…