Submit your widget
14
Yays

simple slide navigation with JQuery plugin

Views 9783   downloads 1616   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…

20
Yays

jQuery force directed graph layout algorithm --Springy

Views 10142   downloads 1331   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…

57
Yays

jQuery Collapsible Content accordion plugin

Views 24346   downloads 5611   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"…

42
Yays

jQuery animation Percentage Loader plugin

Views 18189   downloads 3466   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…

95
Yays

jQuery and CSS3 Animation effect

Views 40993   downloads 7700   Menu & Navigation

The markup is not difficult, we used two unordered lists, the first list follow insert all graphics (via CSS3) and animations, while the second list social will have links to social networks always with…

80
Yays

Cool jQuery animate-on-scroll tooltips effect

Views 28713   downloads 4098   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" />…

137
Yays

Awesome jQuery and CSS3 Interactive menu

Views 52089   downloads 11181   Menu & Navigation

This example will tell you how to create an interactive menu using CSS3 goodness and jQuery’s power. The idea The idea behind this example was to have some nicely arranged blocks and once you click…

54
Yays

jQuery BBC News Map menu plugin

Views 21161   downloads 2817   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>…

75
Yays

Useful CSS3 animation and transitions with jQuery

Views 12132   downloads 2290   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…

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…

146
Yays

Cool JQuery and CSS3 Animation Menu

Views 24312   downloads 4888   Menu & Navigation

The menu is simple, but unique. Script structure: HTML: <div id="menu"> <ul id="nav"> <li> <a href="#" class="icon1"> <span>Home Page</span>…

85
Yays

Useful Magazine Style Dropdown Menu with jQuery

Views 26871   downloads 8558   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…

100
Yays

Nice No Images Looping Loaders Effect

Views 21388   downloads 5670   Layout & Interface

Sonic is a small (~3k minified) JS “class” you can use to create custom loading animations. It works best with looping animations — i.e. a snake that’s trying to eat its own tail.…

74
Yays

super cool easing and hoverIntent navigation with jQuery

Views 17077   downloads 3306   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…

58
Yays

JQuery Animations Button

Views 17341   downloads 3614   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…