Submit your widget
60
Yays

jQuery images opening and closing door effect

Views 20127   downloads 2220   Slideshow & Scroller

Imagine you have a sliding door, one left and one right. In order to open/close this particular door, we have to pull or push both door so that it will open or close completely. This is the usual case…

60
Yays

Apple Style Slider Plugin with jQuery

Views 22049   downloads 4115   Slideshow & Scroller

Sequence is the jQuery slider plugin with infinite style. It provides the complete functionality for a website slider without forcing you to use a set theme. In fact, Sequence has no in-built theme, leaving…

60
Yays

Images stack effect with jQuery

Views 30670   downloads 5607   Slideshow & Scroller

JavaScript var jstack = $("#imageBox").jStack({ isClickAnimation: true, isPositionRandom: true, durationOut: 300, durationIn: 200, easingOut: "easeInOutBack", easingIn: "easeOutBounce",…

60
Yays

Fullscreen Image Slider with jQuery plugin

Views 29280   downloads 4295   Slideshow & Scroller

Features Realtime window resize responsive Optimization for tablet and smartphone Easy to installation configuration Support touch gestures Support left/right arrow keys Preload images  Step1:include…

59
Yays

Nice jQuery Sliding Image Gallery

Views 24846   downloads 3604   Slideshow & Scroller

There are a lot of jQuery image galleries out there, some of which are quite lovely (Galleria springs to mind). However, I've yet to discover a really nice-looking, full-window sliding image gallery…

59
Yays

Nice Stacking images Gallery with jQuery

Views 24706   downloads 4934   Slideshow & Scroller

Learn how to create a simple and neat stacking Photo Gallery using CSS and jQuery. Click on the View Demo link below to view the stacking image gallery. Images are stacked one behind the other and on…

58
Yays

jQuery Stylish Background Image Sliding effect

Views 25351   downloads 3851   Slideshow & Scroller

we'll show you how to create sliding image cell effect. This is will something like small photo gallery. Step 1. HTML Here are full html code of our result. For our demonstration I use 5 photos –…

57
Yays

Pure CSS3 Image Slider effect

Views 28695   downloads 4328   Slideshow & Scroller

Image slider is a popular effect and often used in portfolio sites and blogs. Most of these sliders are created by Javascript. But with CSS3′s strength, we can implement an image slider with only…

54
Yays

Hotspot tooltips Plugin with jQuery

Views 17630   downloads 6088   Slideshow & Scroller

You can use this jQuery Hotspot Plugin in a product introduction or image showcase, which support the auto delay slideshow and can trigger by click or hover. Works fine in the mobile device like iPhone…

53
Yays

vertical scroll news ticker with jQuery

Views 21604   downloads 4983   Slideshow & Scroller

this plugin for easy and simple vertical news automatic scrolling. This plugin will calculate height automaticaly, so no styling needed (added an option to set height manually). Just grab it and use it.…

53
Yays

jQuery browser follows Scroll Path

Views 18624   downloads 3289   Slideshow & Scroller

jQuery Scroll Path is a plugin that lets you define your own custom scroll path. What this means exactly is best understood by checking out the demo. The plugin uses canvas flavored syntax for drawing…

53
Yays

timeline slideshow with jQuery

Views 19743   downloads 7431   Slideshow & Scroller

Including the plugin on your page will turn a <ul> list into a slideshow with the <li>s as slides (see a markup example below). Then style it by CSS -with or without images-…

50
Yays

jQuery Sticky scrolling Sidebar

Views 25164   downloads 2875   Slideshow & Scroller

this is a jQuery sticky sidebar script. Well, you can, but then the element with that style will stay where it is relative to the top of the viewport. This means, if the element you are “fixing”…

46
Yays

Jquery Responsive Full Width Slider (jquery Full Screen Slider)

Views 24739   downloads 8628   Slideshow & Scroller

How to use? $('#demo').skdslider({'delay':5000, 'fadeSpeed': 2000}); Available Options Option Description delay Delay duration between two slides in micro seconds. Example: 5000…

45
Yays

Swipebox - touchable jQuery lightbox

Views 25180   downloads 4192   Slideshow & Scroller

Usage Javascript Include jquery and the swipebox script in your  body closing tag. <script src="lib/jquery-1.9.0.min.js"></script> <script src="source/jquery.swipebox.min.js"></script>…