Submit your widget
92
Yays

Click to fade text paragraphs jQuery

Views 7072   downloads 1280   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.  …

99
Yays

JavaScript Color Fading Script

Views 6193   downloads 1297   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…

94
Yays

Fade-in Spoiler Revealer jQuery

Views 7631   downloads 1579   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…

92
Yays

Fade colors using jQuery

Views 9799   downloads 1808   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…

145
Yays

a Wobbling 3D Carousel(jQuery)

Views 19829   downloads 3043   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,…

660
Yays

jquery vticker (vertical news ticker)

Views 75120   downloads 16385   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…

95
Yays

Highlight source code with jQuery and Chili

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

89
Yays

jQuery plugin text hidden and expand

Views 8166   downloads 1515   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.…

91
Yays

Showing links while hovering using CSS

Views 10986   downloads 1482   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…

174
Yays

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

Views 15508   downloads 2047   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"…

109
Yays

Text-link hover background animation(only css)

Views 14676   downloads 2165   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>…