Submit your widget
74
Yays

jQuery Sliding show Download size Button

Views 13657   downloads 3723   Buttons & Icons

Here's an example of download size button . First off we'll be starting with making sure we are linking to the jQuery library. Here's the one I used for the demo, linking to the jQuery CDN…

74
Yays

Pure CSS3 Accordion Image effect

Views 27179   downloads 5377   Accordion

Fluent animated transitions for sliding web page elements such as a menu or an image gallery, have always traditionally been implemented with JavaScript. But using the CSS3 pseudo-class :target and the…

73
Yays

lovely jRumble plugin with jQuery

Views 11203   downloads 2705   Image Effects

jRumble is a jQuery plugin that rumbles, vibrates, shakes, and rotates any element you choose. It's great to use as a hover effect or a way to direct attention to an element. You can control the X,…

73
Yays

jQuery tooltip animated progress bar

Views 19366   downloads 3748   Graph & Chart

Here’s a very basic example of how to code up an animated progress bar with tooltip using the Tipsy tooltip plugin. The Code Below we have the two lines of code which read the attribute ‘title’…

73
Yays

JosepMartins-dynamic text content carousels with jQuery

Views 17386   downloads 3831   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…

73
Yays

Images Color Thief with jQuery

Views 16224   downloads 2260   Image Effects

Ever wanted to grab the dominant color or color palette from an image?… Probably not. But now you can! Usecase #1: Color Search This script could be useful for sites that sort and search by color.…

73
Yays

Smooth Page Scroller effect with jQuery

Views 25670   downloads 5557   Slideshow & Scroller

Page Scroller is a powerful JavaScript based smooth scrolling navigation system that utilizes the robust jQuery library. Created entirely with ease of use in mind, the plugin will work on any website.…

73
Yays

Pure CSS3 animation Menu Navigation

Views 33989   downloads 6994   Menu & Navigation

The example will only be visible in Firefox, Safari and Chrome because it uses the CSS3 Animation Property. HTML Now look carefully ... this markup is really easy, just create an unordered list and insert…

73
Yays

Useful circular and responsive jQuery carousel

Views 21153   downloads 4689   Slideshow & Scroller

jQuery.carouFredSel is a plugin that turns any kind of HTML element into a carousel. It can scroll one or multiple items simultaneously, horizontal or vertical, infinite and circular, automatically or…

73
Yays

multiple jQuery Roundabout Shapes

Views 16844   downloads 3012   Slideshow & Scroller

Roundabout Shapes provide even more paths along which your Roundabout can move. The current version of Roundabout Shapes offers eleven additional movements. Like its Roundabout companion, Roundabout Shapes…

73
Yays

useful Tabbed Menu with jQuery

Views 44520   downloads 11839   Menu & Navigation

We are going to use the HTML element list to display the menu and the drop down. Each of the top level menus are in their own list items and the drop down menus are lists placed inside the list items.…

73
Yays

Awesome CSS3 images Stacked Elements

Views 40071   downloads 7657   Image Effects

we'll show you how to create a simple ‘stacked’ look to some images. The HTML <div class="stack"> <img src="image1.jpg" /> </div> Unfortunately WebKit…

73
Yays

jQuery images animations effect

Views 28926   downloads 3714   Slideshow & Scroller

JZoopraxiscope is a jQuery plugin for making animations from static images inspired in Eadweard Muybridge's Zoopraxiscope. Requirements JQuery JQuery UI An image representing the sequence to be animated…

72
Yays

text slide effect with jQuery

Views 17709   downloads 3763   Text & Link Effects

this demo show/hide content within a div similar to the SlideToggle() effect.and different show part of the content within the div when the page loaded Also not that because the content within the div…

72
Yays

awesome JQuery Images Slideshow

Views 17579   downloads 3484   Slideshow & Scroller

Slideshow is one of the most used feature in a web application, especially in a photo sharing site like flickr, photobucket, or maybe for used is some online store to showcasing some available new product,…