Submit your widget
111
Yays

JQuery InnerFade With Images and Text

Views 15179   downloads 2669   Slideshow & Scroller

What is it? InnerFade is a small plugin for the jQuery-JavaScript-Library. It's designed to fade you any element inside a container in and out. These elements could be anything you want, e.g. images,…

111
Yays

horizontal accordion plugin for jQuery

Views 8411   downloads 1820   Accordion

It is very simple, with a few parameters: speed set the velocity of the animation, headerclass set another classname for header divs (by default "header"), contentclass set another classname for content…

111
Yays

lightweight Tablecloth

Views 13340   downloads 2687   Table

Tablecloth is lightweight, easy to use, unobtrusive way to add style and behaviour to your html table elements. By simply adding 2 lines of code to your html page you will have styled and active tables…

111
Yays

Nice Pure CSS3 experimental charts

Views 14910   downloads 3182   Graph & Chart

This technique is an example of experimental CSS3 charts, without JavaScript and images in use. We miss cleaner markup and proper markup for tabular data here, but the use of CSS3 selectors is truly impressive:…

110
Yays

Simple Interactive CSS Button with jQuery

Views 9863   downloads 2096   Form

we will be creating a button that will replace the default submit button. It will be degrade gracefully, animated and easy to implement. 1. HTML The following is a pretty stardard form structure. 2 text…

110
Yays

slide extra content or a navigation tool(jQuery )

Views 17369   downloads 3307   Menu & Navigation

  This is a jQuery component to build a sliding panel where you can load content or navigation structure via Ajax. JS call:   <script type="text/javascript" src="http://jquery.com/src/jquery-latest.js"></script>…

110
Yays

Image gallery with fancy transitions effects(jQuery)

Views 26348   downloads 4223   Slideshow & Scroller

Now, there are ‘wave’, ‘zipper’ and ‘curtain’ effect, plus options that can be used for custom effect.At the beggining you will need to download jQuery and jqFancyTransitions and include them…

110
Yays

Inset Border Effect jQuery Plugin

Views 10523   downloads 2185   Image Effects

It’s a very simple but neat effect. The images have a border, but unlike CSS borders, it covers up part of the image. I wanted to use this effect in one of my galleries so I went ahead and experimented…

110
Yays

Image splitting effect with CSS and JQuery

Views 11773   downloads 1836   Image Effects

we are going to make an image splitting effect. What’s that? It’s simillar to a sliding door effect where the image slides to left or right side and reveals the text behind it, but the thing…

110
Yays

Sliding Image Gallery CSS3

Views 20333   downloads 2526   Slideshow & Scroller

Sliding Image Gallery - Auf Basis von CSS3 sind auch ohne JavaScript fliessend animierte Übergänge bei Webseiten-Elementen wie Bilder-Galerien möglich.  Step 1: Definieren der HTML-Struktur…

110
Yays

Sliding Image Gallery jQuery Plugin

Views 14206   downloads 2975   Slideshow & Scroller

The idea behind this plug-in is to display a varying number of images in an attractive and easy to use manner. The inspiration for this plug-in this iTunes album viewer. The SlidingGallery plug-in will…

110
Yays

AnythingZoomer jQuery Plugin

Views 10416   downloads 2754   Image Effects

You have a small area. You mouse over it. An area pops up giving you a zoomed in closer look. This is a jQuery plugin that does it. I’m not going to tell you what you should use it for or elaborate…

110
Yays

jQuery plugin: Easy List Splitter

Views 8495   downloads 1424   Text & Link Effects

Easy List Splitter keeps the HTML to the minimum. No unnecessary elements or inline styles are added to the code. You’ll get a clean plain HTML with some classes that you can use as hooks to easily…

110
Yays

A Tabbed Content Area With CSS3

Views 13426   downloads 3578   Tabs

Tabbed content areas, or content switchers, are all over the place. Numerous sites have used them as a way to contain more information in a single location without additional clutter. Tutorials on implementing…

110
Yays

jQuery Large Thumb Photo Gallery

Views 14443   downloads 2895   Slideshow & Scroller

What I decided to do was load the large images into the page with AJAX so that the initial load time was faster, and the gallery could handle more images on slower connections. The HTML Below is the new…