Submit your widget
117
Yays

jQuery Frequently Asked Questions (FAQ)

Views 8740   downloads 1777   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 34909   downloads 4786   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…

209
Yays

CSS3 and jQuery Horizontal images Scrolling Menu

Views 30577   downloads 3587   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 10743   downloads 2384   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…

98
Yays

jquery masked Gallery

Views 14177   downloads 2358   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 8880   downloads 1402   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…

83
Yays

Slideshow jQuery Plugin

Views 9077   downloads 1246   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"…

117
Yays

A new jQuery plugin: scrollSomething

Views 11893   downloads 2476   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…

94
Yays

Cross browser fluid jQuery image gallery

Views 13274   downloads 1594   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…

94
Yays

Rotating Banner / Image switch scroller jQuery

Views 22762   downloads 3741   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…

197
Yays

Seamless images scroller with jquery plugin

Views 42163   downloads 6651   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…

651
Yays

jquery vticker (vertical news ticker)

Views 73800   downloads 16019   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…

138
Yays

a Wobbling 3D Carousel(jQuery)

Views 19366   downloads 2892   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 137979   downloads 26862   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>…

107
Yays

jQuery a waterwheel Carousel Plugin

Views 16956   downloads 2272   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…