Submit your widget
96
Yays

jQuery Advanced keypress navigation

Views 11514   downloads 1471   Menu & Navigation

The script is (a bit) advanced because of the extra functionality when the user combines the mouse hover and keypresses.   HTML   The HTML that I came up with isn't that hard to understand:…

96
Yays

animated menu with Sprites and jQuery

Views 7869   downloads 1825   Menu & Navigation

Sprites are widely used on big sites (Yahoo!, Google, Amazon and more) but rarely for “normal” projects. I think this is due to two questions that usually stop us when it comes to learn something…

96
Yays

Vertical Menu

Views 15644   downloads 3314   Menu & Navigation

A simple and lightweight prototype-based solution for vertical menu. Lightweight: ~1.32 KB Unobtrusive: Plays nice with JS turned off. Cross-browser: Full A-Graded browsers support Fully customizable:…

95
Yays

jQuery Fluid Navigation–informative menu-bar

Views 15073   downloads 2432   Menu & Navigation

jQuery has made it simple for developers to define an idea or wireframe for a component and then implement it reasonably quickly, which has certainly helped it become the most popular JavaScript Framework…

95
Yays

Depth And Nice 3D Ribbons Only Using CSS3

Views 16740   downloads 2611   Menu & Navigation

we learned how to realize a nice 3D ribbon and how to play with the drop shadow in Photoshop to simulate depth in a web design layout. This is a widespread trends in recent web design: creating a 3D perception…

95
Yays

Accessible collapsing menu

Views 13989   downloads 2917   Menu & Navigation

This is a demo of the script explained in Accessible expanding and collapsing menu. The HTML The HTML that appeared in the article is this (shortened, and with id values translated from Swedish): <div…

95
Yays

jQuery Like iPhone display list items menu

Views 20184   downloads 4048   Menu & Navigation

A jQuery plugin that allows you to display list items in a similar way like a iPhone home screen. If item count exceeds the displayed items on one screen, users can swipe through screens. What does it…

95
Yays

jQuery and CSS3 Animation effect

Views 40989   downloads 7696   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…

94
Yays

like Google Chrome bookmarks menu bar with jQuery Plugin

Views 8613   downloads 1822   Menu & Navigation

Inspired by Google Chrome bookmarks menu bar, this plugin can be used to group a long list of hyperlinks.   Create a new HTML document. Within the head of your document: Load the jQuery framework…

94
Yays

UvumiTools Dropdown Menu with Mootools

Views 11081   downloads 1879   Menu & Navigation

The UvumiTools Dropdown Menu is the menu featured on this website. It is a very simple multi-level menu built from an HTML unorderd list, using Mootools Javascript Framework. We needed a simple and lightweight…

94
Yays

jQuery Dropdown Menu

Views 7327   downloads 1823   Menu & Navigation

In this post, we are going to create a simple dropdown menu with the help of jQuery, take a look at the demo of it first. I assume you know at least the basics of jQuery and CSS. The key to creating the…

93
Yays

Awesome CSS3 animation menu

Views 36788   downloads 7902   Menu & Navigation

In this new category called “Tips and Tricks” we will introduce some quick and interesting methods around web development and web design. In today’s tip we’ll show you how to spice…

93
Yays

jQuery New Top Black Menu Bar like Google

Views 52677   downloads 9681   Menu & Navigation

Google has come up with a new look with the launch of Google Plus and one of the prominent changes we can observe is the black menu bar found on the top of Google Search Page and every other Google product…

92
Yays

Mootools Homepage Inspired Navigation Effect Using jQuery

Views 10375   downloads 1985   Menu & Navigation

    As you know there are a host of competing javascript libraries around these days. Though I prefer jQuery, I’ve always liked the way the menu on MooTools worked.This we’ll recreate…

92
Yays

Beautiful Horizontal Menu And Vertical Menu(MooTools)

Views 12201   downloads 2437   Menu & Navigation

MenuMatic is a MooTools 1.2 class that takes a sematic ordered or unordered list of links and turns it into a dynamic drop down menu system. html     <link rel="stylesheet" href="css/MenuMatic.css"…