Submit your widget
69
Yays

Useful jQuery Parallax Animated Effect

Views 17233   downloads 3098   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…

111
Yays

Cool HTML5 and jQuery Animated pie Chart

Views 24424   downloads 4678   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.…

65
Yays

Cool animation with jQuery

Views 14708   downloads 2631   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"…

62
Yays

very cool background animation with jquery

Views 14911   downloads 2575   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;…

61
Yays

Awesome Animation menu with jquery

Views 13727   downloads 3171   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…

1588
Yays

jQuery Sliding hover Animated Menu

Views 53131   downloads 8286   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…

109
Yays

jQuery An Auto Collapsing Bread Crumb

Views 16401   downloads 3198   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…

90
Yays

jQuery Smooth animated effect

Views 12213   downloads 2316   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…

1557
Yays

Nice "Flashy" menu with Jquery.

Views 52392   downloads 7674   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…

386
Yays

Scalable Menu with jQuery CSS3

Views 55107   downloads 9937   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…

212
Yays

jQuery horizontal animated menu

Views 18266   downloads 3182   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 45352   downloads 6329   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>…

271
Yays

Lava Lamp Style Menu Navigation with jQuery

Views 33327   downloads 7167   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…

155
Yays

jQuery quickie: Slot machine navigation

Views 14503   downloads 2814   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…

131
Yays

jQuery SooperFish Multi-Column Animated Drop-down

Views 28874   downloads 4569   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…