Submit your widget
102
Yays

a Content Slider with jQuery

Views 12366   downloads 2706   Slideshow & Scroller

Let’s start with the HTML we’ll base our jQuery around. We’ll start with a <div> to hold the content slider, which we’ll give a class attribute of “contentslider”.…

102
Yays

Pure CSS3 Sliding Image Gallery

Views 15283   downloads 2340   Slideshow & Scroller

So, another random CSS3 experiment! This time it’s an image gallery that has a slide effect. This was a bit tricky to work out but I got there in the end. The idea is to get one image to slide in…

102
Yays

SIDEWAYS –cool fullscreen image gallery with jQuery css3

Views 15736   downloads 2276   Slideshow & Scroller

A simple, yet elegant fullscreen image gallery created with the jQuery framework and some simple CSS. SIDEWAYS image gallery is made by implementation of some previous scripts/tutorials posted on this…

101
Yays

Ultimate JavaScript Scroller and Slider

Views 25483   downloads 2511   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;…

101
Yays

Easy slideshow Gallery for jQuery

Views 9307   downloads 2395   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',…

101
Yays

jShowOff jQuery Content Rotator

Views 14249   downloads 2346   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…

101
Yays

sexy image scroller jQuery plugin

Views 14804   downloads 1958   Slideshow & Scroller

Requirements: jQuery Core (latest), jQuery Easing Plugin. There are five examples, Default settings. $("#box0").sexyCycle(); Easing effect + Prev and Next navigation, $("#box1").sexyCycle({ easing: 'easeInOutBounce',…

101
Yays

jQuery scroll News Previewer

Views 14315   downloads 2827   Slideshow & Scroller

we will create a news previewer that let’s you show your latest articles or news in a compact way. The news previewer will show some list of articles on the left side and the preview of the article…

99
Yays

SmoothGallery 2.1

Views 12703   downloads 2095   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…

99
Yays

Tabbed content with jQuery

Views 17972   downloads 3993   Slideshow & Scroller

In this example we'll going to show you some web development techniques that can be used in your next projects. This will cover some CSS, HTML and jQuery tricks. First thing we need is some basic HTML…

99
Yays

Slideshow jQuery plugin

Views 12458   downloads 1696   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…

98
Yays

Slide Thumbs

Views 13275   downloads 2537   Slideshow & Scroller

Step 1: Create the Mark-up First we add container elements for output. The outer-most container is used to decorate the output with a background image and padding. The next container is the element that…

98
Yays

jQuery Image Gallery/News Slider

Views 15731   downloads 2257   Slideshow & Scroller

Introduction Until this day, jQuery is still blowing me away with its simplicity and robustness. As you can see, I have been concentrated to produce tutorials about it, and I just couldn't help it! Right,…

98
Yays

Coverflow effect featuring CSS transformations and jQuery UI

Views 14890   downloads 1937   Slideshow & Scroller

This proof-of-concept shows a coverflow effect using the new CSS transformation feature from Webkit (featured in Safari 3.1). Needless to say that it won't run in other browsers at this point (however,…

98
Yays

jquery masked Gallery

Views 13788   downloads 2233   Image Effects

Slide your images into a mask! Build your own png mask and choose your images to slide inside! in the header: <script type="text/javascript" src="inc/jquery/1.3.2.min.js"></script> <script…