Submit your widget
114
Yays

Custom Content Slider with jQuery

Views 15391   downloads 2809   Slideshow & Scroller

create a custom content slider. The concept behind it is pretty simple, when you click on a button, it uses jQuery scroll-To plugin to scoll the content and display the right content. 1. HTML HTML is…

113
Yays

jQuery long list Page scroll

Views 18533   downloads 3559   Text & Link Effects

A good way to manage long list in short space! jquery.verticalSlider let you show long list of elements managing pagination, it can work with elements already in the DOM of your page or loading them via…

111
Yays

Animated background image with jQuery

Views 12899   downloads 2474   Image Effects

In this example, we are going to create a basic web page layout which includes a super cool animated background image, using jQuery. Let’s do it 1. The first step of this tutorial is to download…

111
Yays

Awesome images Scrolling using jQuery

Views 21607   downloads 2442   Slideshow & Scroller

The main thing flipboard do differently is to have the logo and logo background elements move at different animation speeds from each other and the main content. This effect is is similar to Parallex…

110
Yays

Awesome Rotating Image Slideshow CSS3 and jQuery

Views 12836   downloads 1956   Slideshow & Scroller

we are going to use jQuery and CSS3 rotations, along with the jQuery rotate plugin, to create a beautiful slideshow. You can use it to spice up your web sites, product pages and other projects with some…

109
Yays

A Better Blogroll Slideshow Tabs (jQuery )

Views 21068   downloads 3961   Slideshow & Scroller

A traditional blogroll is a simple list of other sites, often in the sidebar, that are related, owned by, or otherwise friendly to the home site. Blogrolls are a great idea and on-point with the spirit…

108
Yays

jQuery a waterwheel Carousel Plugin

Views 17068   downloads 2297   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…

107
Yays

jQuery Large Thumb Photo Gallery

Views 14138   downloads 2771   Slideshow & Scroller

What I decided to do was load the large images into the page with AJAX so that the initial load time was faster, and the gallery could handle more images on slower connections. The HTML Below is the new…

107
Yays

Awesome Diapo slideshow with jQuery

Views 35939   downloads 9581   Slideshow & Scroller

Diapo slideshow is an open source project. You can suggest changes or improvements if you want. You can download it and use for free, you can also include it in your projects and sell it as part of a…

105
Yays

iPhone like Sliding Headers effect With jQuery

Views 9755   downloads 1807   Text & Link Effects

  One really nice UI effect is when a new heading is just about to replace the existing heading, it pushes the existing heading out of view. It’s very subtle and only really visible if you…

105
Yays

Very Nice Minimit Gallery Plugin With jQuery

Views 18786   downloads 3791   Slideshow & Scroller

Minimit Gallery is a highly customizable Jquery plugin that does galleries, slideshows, carousels, slides… pratically everything that has multiple states. Using Minimit Gallery you have more time…

104
Yays

Sliding Image Gallery jQuery Plugin

Views 13876   downloads 2829   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…

104
Yays

sexy image scroller jQuery plugin

Views 15246   downloads 2087   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',…

103
Yays

Fixed Headers Scrolling Tables With jQuery

Views 39841   downloads 7111   Table

the scrolling tables with fixed headers. and will take the exercise a step further by creating a jQuery plugin to keep the code contained in one location and allow users to call the "chromatable()"…

99
Yays

Slide Thumbs

Views 13604   downloads 2659   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…