Submit your widget
13
Yays

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

Views 10507   downloads 1044   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 ()…

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…

13
Yays

jQuery Hashchange - A jQuery plugin to custom url hash (uri fragment id) values

Views 7461   downloads 936   Menu & Navigation

jQuery Hashchange - A jQuery plugin to custom url hash (uri fragment id) values. Example: /* Code below means: 1. Call onSet() callback each time when url changes to http://.../#!/login/ 2. Call onRemove()…

26
Yays

Clingify - a jQuery plugin that allows you to easily create sticky headers and navigation

Views 8277   downloads 1743   Menu & Navigation

Clingify is a jQuery plugin that allows you to easily create “sticky” headers and navigation elements. Once you scroll past the targeted element, the plugin will toggle a CSS class that gives…

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…

35
Yays

JQuery Box Lid Menu in action by hovering your mouse over the menu bar on the left

Views 17263   downloads 3735   Menu & Navigation

You can see the Box Lid Menu in action by hovering your mouse over the menu bar on the left. Installation First, include the stylesheet and javascript as follows: <link rel='stylesheet' type='text/css'…

38
Yays

jQuery and CSS3 Vertical Menu effect

Views 20409   downloads 4081   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…

23
Yays

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

Views 8674   downloads 1498   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…

42
Yays

sticky page scroll down menu with jQuery

Views 15679   downloads 4607   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…

38
Yays

Pure CSS3 Ribbon Menu

Views 21938   downloads 6662   Menu & Navigation

This uses CSS3 transitions and CSS2 pseudo-elements to create an animated navigation ribbon with minimal markup. Browser Support IE8 and IE9 do not support CSS3 transitions, so the hover state will not…

41
Yays

jQuery and CSS3 slide accordion menu

Views 21035   downloads 5934   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 .…

40
Yays

jQuery dropdown Menus Plugin

Views 21101   downloads 6370   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…

33
Yays

popular jQuery Scroll Path plugin

Views 13225   downloads 2702   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…

29
Yays

jQuery scroll down Navigation Header

Views 14036   downloads 3342   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,…

41
Yays

Parallax Scrolling Website with jQuery

Views 17396   downloads 4087   Menu & Navigation

One of the biggest trends in recent modern web design is use of parallax scrolling effects. In this tutorial I’m going to show you how you can create the effect on your own website, with a bit of…