Submit your widget
14
Yays

Create context menus (right-click menus) for any element with jquery

Views 10687   downloads 1093   Menu & Navigation

Description Create Chrome-styled context menus (right-click menus) for any element with jQuery. Example usage $('#one').chromeContext({ items: [ { title: 'Hello', onclick: function ()…

14
Yays

simple slide navigation with JQuery plugin

Views 9810   downloads 1621   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 10152   downloads 1334   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…

39
Yays

jQuery and CSS3 Vertical Menu effect

Views 20486   downloads 4107   Menu & Navigation

we'll going to show you how to create a simple, but very stylish vertical menu using some CSS3, a bit of jQuery. The mobile devices revolution which is currently happening is changing the way we see…

24
Yays

like Mac OS X Finder's column view plugin with jQuery

Views 8749   downloads 1522   Menu & Navigation

hColumns is a jQuery plugin that looks like Mac OS X Finder's column view for the hierarchical data. Get the latest version of this plugin from Github Add required CSS and Javascript tag Insert before…

43
Yays

sticky page scroll down menu with jQuery

Views 15747   downloads 4631   Menu & Navigation

Smint is a simple jQuery plugin that helps with the navigation on one page style websites.    It has 2 main elements, a sticky navigation bar that stays at the top of the page while you scroll…

41
Yays

jQuery and CSS3 slide accordion menu

Views 21105   downloads 5959   Menu & Navigation

This is a very unique animation menu with jQuery and CSS3,. ordinary circumstances, the menu displays only menu items LOGO , When the mouse hover the menu item, it will from left to right stretched .…

42
Yays

jQuery dropdown Menus Plugin

Views 21167   downloads 6394   Menu & Navigation

The mock navigation you see above is a mobile-first example of using media queries and javascript to make a decent site menu with drop downs. Special attention is paid to touch screens using touch events…

34
Yays

popular jQuery Scroll Path plugin

Views 13285   downloads 2729   Menu & Navigation

This demo will shows you how to take a personal site with a common text document layout, and create something far more interesting with the jQuery Scroll Path plug-in. Starting out We’ll start out…

30
Yays

jQuery scroll down Navigation Header

Views 14107   downloads 3366   Menu & Navigation

we’ll be creating a navigation bar that stays with you as you scroll down — and we’ll also throw a gimmick or two into the mix to polish it off. What We’ll be Doing In this tutorial,…

48
Yays

Around a circle menu with jQuery

Views 13257   downloads 2488  

When ordering lists you will often find that topics come to a full circle; the first item is very similar to the last one. In these cases a better visual representation would be ordering them around a…

62
Yays

jQuery useful Drop-Down Menu with Fixed list

Views 27562   downloads 5576   Menu & Navigation

The HTML is structured using unordered nested lists. I suppose I could have used ordered lists to facilitate maintainable numbering, but I thought it was fine this way and if someone wants to use ordered…

95
Yays

jQuery and CSS3 Animation effect

Views 41001   downloads 7704   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…

72
Yays

useful Tabbed Menu with jQuery

Views 44135   downloads 11664   Menu & Navigation

We are going to use the HTML element list to display the menu and the drop down. Each of the top level menus are in their own list items and the drop down menus are lists placed inside the list items.…

100
Yays

Colorful jQuery animation slide menu

Views 45482   downloads 9213   Menu & Navigation

This is a nice and colorful jQuery and css menu The Idea is to create a normal ul li menu and apply a top border to the anchor tags with colors that will match with the element background color when it…