Submit your widget
118
Yays

jQuery Frequently Asked Questions (FAQ)

Views 8797   downloads 1795   Text & Link Effects

This time around we'll to create a FAQ page at work for a new website we are launching. Creating the FAQ Obviously, you'll need a page with FAQ's on it. I personally chose to put everything in UL's, but…

140
Yays

a Vertical Scrolling Menu with CSS3 and jQuery

Views 35054   downloads 4807   Menu & Navigation

Creating markup We will begin by creating the necessary HTML structure. At first, I wanted to use an unordered list as a container for our images and captions, but then I encountered some bugs with vertical…

210
Yays

CSS3 and jQuery Horizontal images Scrolling Menu

Views 30675   downloads 3607   Menu & Navigation

There are a lot of cool flash scrolling menus out there, but I decided to make a similarly looking menu with just CSS and jQuery. I couldn't achieve the same smoothness in animation, but anyway I'm…

81
Yays

a Canvas Slideshow with JQuery

Views 10787   downloads 2403   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…

99
Yays

jquery masked Gallery

Views 14244   downloads 2374   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…

92
Yays

BlogSlideShow image viewer with fancy transition effects (jQuery&CSS3;)

Views 8922   downloads 1419   Lightbox & Dialog & Overlay

BlogSlideShow is a free open-code JQuery plugin that enhances your blog pages with fancy image viewer, which provides nice transition effects including CSS3/HTML5-related ones. All what you need is to…

84
Yays

Slideshow jQuery Plugin

Views 9117   downloads 1264   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"…

118
Yays

A new jQuery plugin: scrollSomething

Views 11945   downloads 2493   Slideshow & Scroller

  The perfect solution if you desperatly need to scroll something. You can scroll anything you want. How to use:   $("#myScrollebleItems").scrollSomething();     The options: scrollerWidth…

95
Yays

Cross browser fluid jQuery image gallery

Views 13314   downloads 1611   Slideshow & Scroller

The plugin This little jQuery image gallery plugin is basicly recreates the standard built-in window scrolling with a smooth easing effect. It is still in an early, development state, thus it may suffer…

95
Yays

Rotating Banner / Image switch scroller jQuery

Views 22812   downloads 3760   Slideshow & Scroller

This sample was entirely created using the Glimmer image sequence wizard. Whether it be for advertising, mastheads for your website, or, perhaps, an image gallery for your photos, Glimmer can help. Just…

198
Yays

Seamless images scroller with jquery plugin

Views 42509   downloads 6673   Slideshow & Scroller

Update(2011.9.27): fixed title overflow bug. Usage Add js and css files <link href="css/scroller_roll.css" rel="stylesheet" type="text/css"></link> <script…

652
Yays

jquery vticker (vertical news ticker)

Views 73994   downloads 16064   Slideshow & Scroller

I have made 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…

139
Yays

a Wobbling 3D Carousel(jQuery)

Views 19417   downloads 2908   Slideshow & Scroller

This is a  3D carousel.we’ll create a ring by plotting points in 3d space, then we’ll rotate it so it’s almost perpendicular to the viewer.  Because it’s not 100% flat,…

1575
Yays

Amazon style image and title scroller with jQuery

Views 138155   downloads 26889   Slideshow & Scroller

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

108
Yays

jQuery a waterwheel Carousel Plugin

Views 17043   downloads 2289   Slideshow & Scroller

                    For this plugin to work, you will need to include the latest version of jQuery on your webpage BEFORE including this script. This…