Submit your widget
83
Yays

Useful Magazine Style Dropdown Menu with jQuery

Views 26811   downloads 8539   Menu & Navigation

This is a magazine-style drop down nav menu. This will be created with some fancy CSS3 techniques to work in standards-compliant browsers. Even if you are shaky with jQuery you should be able to keep…

79
Yays

Cool jQuery animate-on-scroll tooltips effect

Views 28661   downloads 4075   Slideshow & Scroller

In this exampole we try to recreate the intriguing scrolling effect. We’ll start with the html structure : <!DOCTYPE html> <html> <head> <meta charset="UTF-8" />…

74
Yays

Useful CSS3 animation and transitions with jQuery

Views 12094   downloads 2271   Layout & Interface

CSS3 transitions alone don’t always quite cut it. We can use a little help from jQuery to get better control over them and push them just a bit further. Val Head shows us how CSS animation and transitions…

73
Yays

super cool easing and hoverIntent navigation with jQuery

Views 17022   downloads 3287   Menu & Navigation

Make your navigation a bit more flashy with this plugin… using easing and hoverIntent, customise the rollover colours, easing method and duration… View the demo for an example… Include…

65
Yays

Useful jQuery Parallax Animated Effect

Views 16968   downloads 2972   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…

63
Yays

Cool animation with jQuery

Views 14485   downloads 2521   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"…

59
Yays

very cool background animation with jquery

Views 14661   downloads 2450   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;…

57
Yays

Awesome Animation menu with jquery

Views 13448   downloads 3045   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…

57
Yays

JQuery Animations Button

Views 17309   downloads 3605   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…

57
Yays

jQuery Collapsible Content accordion plugin

Views 24291   downloads 5594   Accordion

Collapsible Content with JavaScript This plugin provides you an accessible and lightweight solution to a widely adopted interface pattern known as progressive disclosure Basic Usage <div id="demo"…

53
Yays

jQuery BBC News Map menu plugin

Views 21118   downloads 2801   Menu & Navigation

The BBC News Map cleverly breaks England into 10 square-boundary regions, allowing them to make each region out of several <span> tags rather than one <area> tag. The use of the <span>…

41
Yays

jQuery animation Percentage Loader plugin

Views 18160   downloads 3457   Layout & Interface

jQuery.PercentageLoader is a jQuery plugin for displaying a progress widget in more visually striking way than the ubiquitous horizontal progress bar / textual counter. Installation and use is quick and…

20
Yays

Scroll Links Box Navigation Menu-BoxyMenu

Views 2584   downloads 453   Menu & Navigation

BoxyMenu is a simple and fast navigation menu plugin that renders smoothly in all major web browsers. It is simple to customize and can be plugged in to any website or web application. BoxyMenu Parameters…

19
Yays

jQuery force directed graph layout algorithm --Springy

Views 10084   downloads 1309   Menu & Navigation

Springy is a force directed graph layout algorithm. So what does this “force directed” stuff mean anyway? Excellent question! It means that springy uses some real world physics to try and…

13
Yays

simple slide navigation with JQuery plugin

Views 9644   downloads 1575   Menu & Navigation

This is a  simple JQuery plugin which turns a nested unordered list of links into a beautiful vertical multi-level slide navigation, with ability to preserve expanded sub-menus between sessions by…