Submit your widget
91
Yays

mootools noobSlide

2 years ago   Views 8507   downloads 956   Slideshow & Scroller

noobSlide es una ligera "clase" escrita con la librería mootools con la que se puede construir "slides" desde simples hasta complejos, claro que para sacarle el máximo provecho necesitas…

113
Yays

a Brilliant Mask Transition Slideshow With jQuery

2 years ago   Views 15240   downloads 2709   Slideshow & Scroller

Setting up workspace for the plugin. Before we can move forward, there are few things we need to look at. We will keep our presentation separated from logic, so we will create a css file jMask.css for…

154
Yays

HTML5 jQuery Slideshow w/ Canvas

2 years ago   Views 25665   downloads 3189   Slideshow & Scroller

You’ve probably heard a lot about the new HTML5 canvas element. As the name implies, this is a special element that allows us to create and modify graphics. In addition, we can also use it like…

109
Yays

lightweight Scrollbar jQuery plugin

2 years ago   Views 13610   downloads 3078   Slideshow & Scroller

Tiny Scrollbar can be used for scrolling content. It was built using the javascript jQuery library. Tiny scrollbar was designed to be a dynamic lightweight utility that gives webdesigners a powerfull…

139
Yays

Image Flow with jquery

2 years ago   Views 29334   downloads 4520   Slideshow & Scroller

ImageFlow is an unobtrusive and userfriendly JavaScript image gallery. For more information about ImageFlow read the features list, take a look at the documentation and check the blog. For anything else…

82
Yays

JQuery InnerFade With Images and Text

2 years ago   Views 10958   downloads 1190   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,…

83
Yays

jQuery Slideshow with a Transparent PNG Frame

2 years ago   Views 13295   downloads 1609   Slideshow & Scroller

we’ll have created a basic slideshow that uses a combination of PNG transparency and layered positioning to create the effect of each slides being held in by the bottom corners. The HTML Start by…

82
Yays

Like apple Slider Gallery jQuery

2 years ago   Views 10123   downloads 1309   Slideshow & Scroller

This ‘product slider’ is similar to a straight forward gallery, except that there is a slider to navigate the items, i.e. the bit the user controls to view the items. Simple stuff. jQuery…

87
Yays

Slideshow jQuery plugin

2 years ago   Views 9559   downloads 1125   Slideshow & Scroller

When I noticed the growing popularity of JS-Slide and JS-Fade effects I have decide to develop a plugin for jQuery. This plugin will help you to add thise effects to the site in more simple way. If the…

83
Yays

Blockster Images transition effect jQuery

2 years ago   Views 11095   downloads 1409   Slideshow & Scroller

Blockster is a Javascript transition effect designed for 'featured content' rotators or slideshows. Its underlying concept is to transition between one element to the next block by block. It is highly…

144
Yays

canvasSlideshow - html5 canvas image slideshow jQuery plugin

2 years ago   Views 26936   downloads 3914   Slideshow & Scroller

Usage Include js files.   <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"></script> <script src="js/webwidget_slideshow_html5_simple.js"></script>…

90
Yays

jShowOff jQuery Content Rotator

2 years ago   Views 10910   downloads 1194   Slideshow & Scroller

jShowOff is a jQuery plugin for creating a rotating content module. It works by creating 'slides' from the child elements (eg. <li>) inside a specified wrapper element (eg. <ul>) on which…

110
Yays

previous-next slideshow - simple and practical image slideshow jQuery plugin

2 years ago   Views 14415   downloads 2187   Slideshow & Scroller

Usage Include js and css files. <link href="css/previousnext.css" rel="stylesheet" type="text/css"></link> <script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>…

103
Yays

Simple transition effect jQuery

2 years ago   Views 10527   downloads 1688   Slideshow & Scroller

Simple transition effect to rotate images one "slice" after another. JS $(document).ready(function() { // $('#rotator').stripesRotator({ images: $('#imagescontainer') }); // $('#rotator').stripesRotator({…

98
Yays

WanderWall – A jQuery, CSS3 & HTML5 Hover-Based Interface

2 years ago   Views 15107   downloads 1138   Slideshow & Scroller

We'LLgoing to teach you how to create a useful hover-based user interface using jQuery, CSS3, HTML5 and @font-face. Why a hover-based interface? you might ask. Well, with the popularity of touch-based…