Submit your widget
122
Yays

Advanced jQuery background images slideshow

Views 20193   downloads 3900   Slideshow & Scroller

With the use of transparent PNG's, some HTML, pretty nifty CSS and jQuery, we can make this technique work. Read the rest of this article to learn how to create a beautiful advanced jQuery background…

119
Yays

Dynamic Flickr Photo Gallery with Slider jQuery

Views 16547   downloads 2759   Slideshow & Scroller

flickrGallery is an open-source photo gallery for jQuery that allows you to dynamically pull images from a photoset in Flickr. The main functionalities of this gallery are a) to pull in images dynamically…

104
Yays

Sliding Image Gallery jQuery Plugin

Views 13856   downloads 2822   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…

161
Yays

jQuery dualSlider

Views 35569   downloads 6270   Slideshow & Scroller

A great option to have as a splash feature at the top of your site, highlights recent articles you want to advertise, that might have a nice graphic or even a video...basically anything you want. Plugin…

81
Yays

a Canvas Slideshow with JQuery

Views 10795   downloads 2406   Slideshow & Scroller

First of all we create our “jquery enclosure” since we want to make sure we are using jquery and not other library! (function($) {})(jQuery); All standard till now, let’s start with…

96
Yays

Slide and hide section with jquery

Views 15983   downloads 2260   Slideshow & Scroller

Usiamo alcune semplici funzioni di jquery per creare alcuni effetti di sicuro successo. Realizziamo un semplice javascript che ci permetterà di far comparire e scomparire alcune slide a seconda…

107
Yays

a Slick and Accessible Slideshow Using jQuery

Views 19324   downloads 3160   Slideshow & Scroller

Setting the foundations The most important part of any good web component is a solid HTML structure. A semantic foundation means that your content will be web accessible in virtually all browser clients.…

99
Yays

jquery masked Gallery

Views 14253   downloads 2376   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…

91
Yays

jQuery Horizontal Box Slider

Views 13571   downloads 1713   Slideshow & Scroller

Horizontal Box Slider is using native scrolling. There are a lot of “carousels”, but none of them is using it. horizontal_box_slider.js is very tiny (≈2.75KB) framework agnostic “carousel”…

121
Yays

jQuery ExtSlide

Views 7614   downloads 1533   Slideshow & Scroller

jquery extends slide effect (animate): slideLeftShow, slideLeftHide, slideLeftToggle, slideRightShow, slideRightHide, slideRightToggle

291
Yays

bxSlider jQuery Content Slider

Views 59440   downloads 12845   Slideshow & Scroller

bxSlider is a jQuery content slider plugin that is light weight and easy to use. Features: horizontal and vertical slide movement auto mode start / stop controls previous / next controls numeric navigation…

106
Yays

jQuery lightbox slideshow gallery

Views 11333   downloads 1752   Lightbox & Dialog & Overlay

Here it is. A super clean photo gallery! A full featured photo gallery, with navigation toolbar, thumbnails, autosize frame; you can also use it to show a public Flickr set or all public Flickr user photos.…

84
Yays

Slideshow jQuery Plugin

Views 9119   downloads 1267   Slideshow & Scroller

Include JavaScript library jQuery and (a)Slideshow plugin (with style): <link href="/js/jquery.aslideshow/simple/styles.css" media="screen" rel="stylesheet" type="text/css" /> <script type="text/javascript"…

205
Yays

Sudo Slider jQuery Plugin

Views 25493   downloads 3834   Slideshow & Scroller

How to use Sudo Slider If you are 100% lost, copy the basic.html document and make sure that the links to the JavaScript and the css works, because i here assume that you already have a working setup…

88
Yays

jQuery Flickr Photo Gallery Plug

Views 8900   downloads 1252   Slideshow & Scroller

Simply hand the plug-in a Flickr set_id and give the container a width and height ! Example HTML Code Example <div id="flickr_div"></div> <!-- "flickr_count" Required for count and titles…