Submit your widget
101
Yays

SmoothGallery 2.1

Views 13106   downloads 2208   Slideshow & Scroller

First step: Install it. Just insert those lines of code in the header of your html files: 1.Include those lines in your header: <script src="scripts/mootools.v1.11.js" type="text/javascript"></script><script…

135
Yays

Simple jQuery Spy rolling Effect

Views 21152   downloads 5024   Slideshow & Scroller

Running the Effect Insert a new item at the top that is: opacity: 0 & height: 0. Fade the last item out. Increase first item’s height to real height. …at the same time, decrease the height…

111
Yays
101
Yays

Ultimate JavaScript Scroller and Slider

Views 26003   downloads 2653   Slideshow & Scroller

This versatile and lightweight JavaScript clocks in at less than 3.5kb unpacked.  To setup a scroll/slide area create a container with the following CSS properties… position:relative; overflow:hidden;…

92
Yays

Slideshow Script – TinySlider

Views 11491   downloads 2749   Slideshow & Scroller

This super lightweight (1.5KB) and standalone sliding slideshow script can easily be customized to integrate with any website through CSS. You can add any content to it, not just images, and it gracefully…

116
Yays

Fancy jQuery Pagination Plugin

Views 13907   downloads 3256   Slideshow & Scroller

jPaginate is a jQuery pagination plugin that comes with a twist: animated page numbers. The user can slide through the available page numbers by clicking or just hovering over the arrows. Shortlinks to…

108
Yays

A Better Blogroll Slideshow Tabs (jQuery )

Views 21012   downloads 3936   Slideshow & Scroller

A traditional blogroll is a simple list of other sites, often in the sidebar, that are related, owned by, or otherwise friendly to the home site. Blogrolls are a great idea and on-point with the spirit…

114
Yays

Custom Content Slider with jQuery

Views 15335   downloads 2791   Slideshow & Scroller

create a custom content slider. The concept behind it is pretty simple, when you click on a button, it uses jQuery scroll-To plugin to scoll the content and display the right content. 1. HTML HTML is…

88
Yays

a jQuery content feature like MailChimp

Views 10727   downloads 2000   Slideshow & Scroller

The Code Getting started with this plugin is really simple, you first need to include the cycle.js plugin.This div structure allows you to assign different background images to each slide.   You…

85
Yays

jQuery morphing slideshow gallery

Views 9352   downloads 1394   Slideshow & Scroller

A gallery that "morphs" images between transitions Html code <div class="jmorph"> <div class="imageContainer"> <div class="image"> <div class="currentImg" style> <div class="nextImg"></div>…

102
Yays

Easy slideshow Gallery for jQuery

Views 9579   downloads 2513   Slideshow & Scroller

The code used for above gallery (Easy Gallery) is: $(document).ready(function (){ $("#gallery").egallery({ width:500, height:230, speed: 1000, delay:4000, easing:'easeInOutBack', thumbs:'numbers', thumbClass:'tclass',…

86
Yays

wSlide, Text Images Scrolling plugin jquery

Views 8566   downloads 1494   Slideshow & Scroller

wSlide va vous permettre de transformer n'importe quelle liste en une sorte de visionneuse, aussi bien pour du texte que pour des images. La pagination peut être automatiquement générées,…

87
Yays

Photo Slider with jQuery

Views 8414   downloads 1474   Slideshow & Scroller

Step 1 - Pick Your Photos First we need to start off with some images. You'll want these images to be thumbnails that also have a larger view available. In this example I'm using a thumbnail size of 50x50…

87
Yays

Feature your products with Jquery

Views 11251   downloads 2036   Slideshow & Scroller

When you have to put forward 2 or 3 products on your web page, you always ask yourself : How I’m gonna offer an interesting view of these products? Well this script can help a bit. Using Jquery…

90
Yays

Content Slider using jFlow, A Minimalist jQuery Plugin

Views 15052   downloads 2245   Slideshow & Scroller

So, let’s start to create our content-slider now.   Create a style.css file, and insert the following code into the file: #jFlowSlide{ background:#DBF3FD; font-family: Georgia; } #myController…