Submit your widget
72
Yays

Useful jQuery Parallax Animated Effect

Views 17327   downloads 3134   Image Effects

we all agree that the parallax effect is pretty awesome and can get you that WOW factor when someone visits your website. So, I thought i would show you a live jQuery parallax example. In this tutorial…

112
Yays

Cool HTML5 and jQuery Animated pie Chart

Views 24555   downloads 4730   Graph & Chart

In this tutorial we'll going to show you how to build a lovely, interactive pie chart using the latest HTML5 technologies. Not that long ago, this kind of thing was only practical to do with Flash.…

67
Yays

Cool animation with jQuery

Views 14790   downloads 2671   Image Effects

Open your Dreamweaver or other editor and create a html file. Html <div class="logo"> <img class="frame" src="frame.png" alt=""> <img class="ani-bg"…

66
Yays

very cool background animation with jquery

Views 15003   downloads 2628   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;…

63
Yays

Awesome Animation menu with jquery

Views 13838   downloads 3217   Menu & Navigation

This is an Awesome  Animation menu with jquery. First off all, the problem was those background lines,If you just set background separately to all your list tags you end with lines not in order To…

1589
Yays

jQuery Sliding hover Animated Menu

Views 53302   downloads 8340   Menu & Navigation

we’ll be building a cool Animated navigation list complete with a sliding hover effect. We’ll build the design to work without jQuery first of all to ensure it’s widely accessible to…

110
Yays

jQuery An Auto Collapsing Bread Crumb

Views 16519   downloads 3243   Menu & Navigation

With a little help from jquery user "mikejbond", the chevron overlay div no longer needs to be part of the HTML, it is inserted dynamically. You may still want include it if you want to cache image on…

91
Yays

jQuery Smooth animated effect

Views 12307   downloads 2360   Image Effects

Time for yet another jQuery quickie! These relatively simple jQuery tutorials will show you a simple, yet beautiful effect making use of jQuery. This way, you can learn and create something very cool…

1558
Yays

Nice "Flashy" menu with Jquery.

Views 52534   downloads 7714   Menu & Navigation

we are going to create a "Flashy" menu using Jquery. The Menu/Navigation is one of the first thing I focus on when I make a website. It has to be unique, original and  reflect the spirit…

387
Yays

Scalable Menu with jQuery CSS3

Views 55330   downloads 9985   Menu & Navigation

we are going to create a simple menu that will stand out once we hover over it by covering everything except the menu with a dark overlay. The menu will stay white and a submenu area will expand. We will…

213
Yays

jQuery horizontal animated menu

Views 18371   downloads 3232   Menu & Navigation

HTML code: HTML code seem to be simple. Simply copy and paste these all code below to your new HTML page. <div class="kwicks_container"> <ul class="kwicks"> <li id="kwick_1"> <a href="#">Home…

178
Yays

Image Hover Move- simple and practical navigation or featured image jQuery plugin

Views 45527   downloads 6390   Slideshow & Scroller

Usage Include js files.   <link href="css/images_hover_move.css" rel="stylesheet" type="text/css" /> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"></script>…

272
Yays

Lava Lamp Style Menu Navigation with jQuery

Views 33478   downloads 7210   Menu & Navigation

Step 1 Create the Mark-up Before we can create this neat functionality, we need a base from which to work from. In your favorite code editor, create an unordered list for your navigation, and import both…

158
Yays

jQuery quickie: Slot machine navigation

Views 14615   downloads 2867   Menu & Navigation

Navigation is one of the things you'll see on every website. I wanted to give this part a little bit extra life, and when I saw a movie yesterday that included slot machines, it suddenly hit me. Using…

132
Yays

jQuery SooperFish Multi-Column Animated Drop-down

Views 29055   downloads 4617   Menu & Navigation

SooperFish is a highly configurable solution for animated dropdown menus. It combines the features of superfish, structured programming of Droppy and a ton of new features like multi-column dropdown menus…