Submit your widget
65
Yays

Useful jQuery Parallax Animated Effect

Views 17002   downloads 2993   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…

109
Yays

Cool HTML5 and jQuery Animated pie Chart

Views 24037   downloads 4572   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.…

63
Yays

Cool animation with jQuery

Views 14517   downloads 2536   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"…

60
Yays

very cool background animation with jquery

Views 14694   downloads 2471   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;…

58
Yays

Awesome Animation menu with jquery

Views 13486   downloads 3063   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…

1566
Yays

jQuery Sliding hover Animated Menu

Views 52622   downloads 8141   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…

107
Yays

jQuery An Auto Collapsing Bread Crumb

Views 16097   downloads 3101   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…

87
Yays

jQuery Smooth animated effect

Views 11991   downloads 2221   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…

1555
Yays

Nice "Flashy" menu with Jquery.

Views 52027   downloads 7554   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…

381
Yays

Scalable Menu with jQuery CSS3

Views 54577   downloads 9810   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…

210
Yays

jQuery horizontal animated menu

Views 18024   downloads 3095   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…

170
Yays

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

Views 44941   downloads 6215   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>…

269
Yays

Lava Lamp Style Menu Navigation with jQuery

Views 32960   downloads 7072   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…

154
Yays

jQuery quickie: Slot machine navigation

Views 14265   downloads 2720   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…

127
Yays

jQuery SooperFish Multi-Column Animated Drop-down

Views 28447   downloads 4469   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…