Submit your widget
119
Yays

Simple Revolving Quotes With JQuery Plugin

Views 16519   downloads 3687   Text & Link Effects

Quovolver is a simple extension for jQuery that takes a group of quotes and displays them on your page in an elegant way. How to Install: Download and unzip the Quovolver files. The download contains…

118
Yays

A new jQuery plugin: scrollSomething

Views 11944   downloads 2491   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…

118
Yays

jQuery Frequently Asked Questions (FAQ)

Views 8796   downloads 1793   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…

114
Yays

Custom Content Slider with jQuery

Views 15366   downloads 2799   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 18512   downloads 3549   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…

109
Yays

A Better Blogroll Slideshow Tabs (jQuery )

Views 21040   downloads 3949   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…

105
Yays

iPhone like Sliding Headers effect With jQuery

Views 9737   downloads 1798   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…

93
Yays

impress lightbox effect

Views 25224   downloads 3686   Lightbox & Dialog & Overlay

It's a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com. Currently impress.js works fine in latest Chrome/Chromium…

78
Yays

Fixed Width And Height Scroll Effect.

Views 19193   downloads 3481   Slideshow & Scroller

iScroll 4 is a complete rewrite of the original iScroll code. The script development began because mobile webkit (on iPhone, iPad, Android) does not provide a native way to scroll content inside a fixed…

69
Yays

JosepMartins-dynamic text content carousels with jQuery

Views 17035   downloads 3714   Slideshow & Scroller

A Responsive Carousel If there's one thing that can compete with lightboxes for “world’s most done-to-death jQuery plugin,” it’s carousels. However, everything I came across…

68
Yays

scrollorama---The jQuery cool scrolly plugin

Views 17354   downloads 2988   Text & Link Effects

Design and build your site, dividing your content into blocks. Embed scrollorama.js after jQuery and initialize the plugin, passing the blocks class selector as a parameter. $(document).ready(function()…

61
Yays

Text and images scroll with jquery plugin

Views 21364   downloads 6226   Slideshow & Scroller

Usage: Add js file: <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script src="jquery.scrollbox.js"></script> Add…