Submit your widget
183
Yays

SliderNav:jQuery and CSS iPhone Style Contact Lists

Views 30589   downloads 4660   Menu & Navigation

SliderNav is a JQuery plugin that lets you add dynamic, sliding content using a vertical navigation bar (index). It is made mainly for alphabetical listings but can be used with anything, though longer…

133
Yays

Jquery Awesome-Filled Navigation Menu Use Sprites

Views 18589   downloads 3843   Menu & Navigation

CSS sprites can dramatically increase a website’s performance, and with jQuery, we can implement awesome transition effects easily. Let’s get started. Step 1 Create an html file, and add the…

154
Yays

jQuery Super Cool Bubble Navigation

Views 24931   downloads 6081   Menu & Navigation

In this tutorial we are going to create a bubbly navigation with jQuery. The idea is to have some round navigation icons that release a bubble when hovering over them. We will use the jQuery Easing Plugin…

129
Yays

jQuery Fresh Bottom Slide Out Menu

Views 25413   downloads 4523   Menu & Navigation

In this tutorial we will create a unique bottom slide out menu. This large menu will contain some title and a description of the menu item. It will slide out from the bottom revealing the description…

135
Yays

nice Apple-Style Icon Slide Out Navigation with CSS and jQuery

Views 21492   downloads 3852   Menu & Navigation

This menu looks very similar to the Apple-style navigation but it reveals some icons when hovering over it. The icons slide out from the top and when the mouse leaves the link, the icon slides back under…

111
Yays

Horizontal Tooltips Menu with jQuery

Views 16039   downloads 3423   Menu & Navigation

We're doing something a little bit similar - Tooltips menu.   1. HTML   As usual, it's a good practise to use UL List for menu. For the menu images, you need to put the caption in the ALT attribute,…

93
Yays

like Google Chrome bookmarks menu bar with jQuery Plugin

Views 8583   downloads 1808   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…

119
Yays

CSS3 and jQuery“Stay-On-Top”Menu

Views 17051   downloads 2996   Menu & Navigation

All the HTML Stuff Create index.html and paste all of this in: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml">…

145
Yays

jQuery simple Tree Menu

Views 43437   downloads 6054   Menu & Navigation

This is Custom Events, and the Special Events API in jQuery Web pages, for the most part, are event-driven. Libraries such as jQuery have provided helper methods to make this functionality much easier…

143
Yays

jQuery Mac dock style flexibility menu

Views 18570   downloads 4404   Menu & Navigation

Just about every website uses the regular navigation concepts we’re all used to. After awhile this can get pretty boring, especially for designers who thrive on creativity. While mimicking the OS…

136
Yays

jQuery Elastic vertical menu

Views 16675   downloads 3743   Menu & Navigation

jQuery OS X Stack and Drop Stack It’s super lightweight (~1kb) and is a really creative “outside the box” method of navigation for a website. It might be a little awkward having the…

114
Yays

CSS and jQuery Cool Animated Navigation

Views 18189   downloads 3000   Menu & Navigation

Animation and visual feedback are great ways to assist a user in navigating and interacting with a website. While traditionally Adobe’s Flash was the goto for anything animated, these days with…

91
Yays

Mootools Homepage Inspired Navigation Effect Using jQuery

Views 10352   downloads 1973   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…

163
Yays

Image Horizontal Slide Menu with Mootools

Views 29664   downloads 6721   Menu & Navigation

horizontal menu, reveals more of the image as you rollover it. Features 2 optional onClick events - open & close href passed to onClick events stays open when clicked closes when clicked select item…

226
Yays

jQuery Colorful Content Accordion menu

Views 24906   downloads 4932   Menu & Navigation

We are making a simple, yet eye-catching accordion with the help of CSS, jQuery and the easing plug-in for some fancy effects.   Step 1 – XHTML   As you can see from the demo, the accordion…