Submit your widget
66
Yays

very cool background animation with jquery

Views 15004   downloads 2629   Image Effects

This is a cool background animation with jquery. Hear is all jquery code: (function($) { $.fn.animatedBG = function(options){ var height = $(this).height(); var width = $(this).width(); var parts = options.parts;…

66
Yays

jQuery fullscreen background image slideshow

Views 19220   downloads 3148   Slideshow & Scroller

With the help of some small HTML, nifty CSS and loads of jQuery, we're able to create an animated fullscreen background image slideshow. You can easily change the script by changing some variables.…

66
Yays

JQuery Animations Button

Views 17653   downloads 3735   Buttons & Icons

In Part 1 of this tutorial, you designed a button sprite that will be coded with HTML, CSS, and JQuery in this part of the tutorial. Step 1 – HTML Different people will require a button for different…

66
Yays

Right Click pop-up Function with jQuery

Views 16378   downloads 2541   Layout & Interface

How many times have you tried to right-click and save the logo of a website? And how many times has the resulting image been of very poor resolution? Many sites provide a press page with some hi-res logos…

66
Yays

Button illuminate with jQuery

Views 13025   downloads 2546   Buttons & Icons

Ever wanted to add a little flare or shine to your CSS buttons? Perhaps, you want to attract more attention to your buttons and textboxes by making them stand out or illuminate. Well, with the jQuery…

66
Yays

simple CSS3 menu zooming

Views 12214   downloads 2622   Menu & Navigation

This is a small part of a redesign I am working on. I was wondering how do make a menu that zooms into a smaller thumbnail when you don't use it and gets bigger when you want to click a link. Now…

66
Yays

jQuery Mac-like Login Form

Views 17636   downloads 3563   Form

A login page like what Mac has; when a user chooses his username, there will be a password form that he/she has to fill. If the password inputted is not valid, the login form will automatically warn the…

66
Yays

Pure CSS3 Beatiful Drop Down Menu

Views 24247   downloads 5164   Menu & Navigation

we will show you how to create a beautiful drop down menu using CSS3. We are going to create the menu without using Javascript, only CSS properties. The html code we will show you how to create a beautiful…

66
Yays

jQuery like Apple slideshow banner rotator effect

Views 31393   downloads 4352   Slideshow & Scroller

Apple has always been a god in the way they present their products on its website.There’s always something to admire about them .This article explains how to clone the slider in Itunes web store…

66
Yays

Fun CSS3 Card Trick

Views 14329   downloads 2968   Tabs

This demo is based on a simple animated experiment that showcases just one of the amazing things you can create using CSS. It goes without saying that since CSS3 is still not supported by all browsers,…

66
Yays

website on the infinite canvas with jQuery plugin

Views 13689   downloads 2811   Slideshow & Scroller

A jQuery port of impress.js based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com. Getting Started The only required files are jQuery and js/jmpress.js…

66
Yays

Awesome Horizontal scroll bar graph

Views 12604   downloads 2334   Graph & Chart

This is an animated, horizontal bar graph using jQuery, CSS3 properties (such as: gradients, border-radius, rgba) and CSS3 transitions. HTML <div class="bar"> <div class="percent">…

66
Yays

Useful CSS3 and jQuery smooth transformations

Views 14175   downloads 2291   Layout & Interface

Super-smooth CSS3 transformations and transitions for jQuery Just include this script after jQuery. Requires jQuery 1.4+. Use $('...').transition instead of jQuery's $('...').animate.…

66
Yays

Awesome jQuery Image Parallax Effect

Views 36095   downloads 7347   Slideshow & Scroller

Custom jQuery Plugin for Creating Parallax Effect Image Sliders Default options: var options = { autoPlay : 3000,//(mixed) (bool) false to disable, (int) duration to hold between slides in ms speed :…

66
Yays

A Responsive Image Carousel

Views 23447   downloads 5601   Slideshow & Scroller

  With the responsive awakening in web design it becomes important to not only take care of the visual part of a website but also of the functionality. Elastislide is a responsive jQuery image carousel…