Submit your widget
148
Yays

jQuery simple Tree Menu

Views 43812   downloads 6168   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…

148
Yays

Animated CSS3 Horizontal Menu

Views 12470   downloads 2373   Menu & Navigation

Inspired by CSS Sprites2 – It’s JavaScript Time from A List Apart and Using jQuery for Background Image Animations written over a year ago, I decided to create a short tutorial about a animated…

147
Yays

jQuery Mac dock style flexibility menu

Views 18844   downloads 4528   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…

147
Yays

jQuery Super Cool Vertical Scroll Menu

Views 35401   downloads 4844   Menu & Navigation

Create a vertical scroll menu that scroll automatically according to your mouse axis-Y movement. 1. Get mouse axis The following code will return the X and Y Axis values for your mouse pointer. <script>…

145
Yays

jQuery CSS Drop Down Menu Style

Views 18065   downloads 4261   Menu & Navigation

Features Full cross-browser compatibility Fully accessible even when javascript is turned off, as a pure css menu Search engines optimized Clear unordered list (LI and UL HTML tags) structure Easy to…

144
Yays

Drop-down Navigation Menu Using HTML5, CSS3 and jQuery

Views 17705   downloads 3671   Menu & Navigation

we’ll take a look and see what we can achieve with HTML5 and CSS3 when it comes to the staple of current web sites: the humble drop-down navigation menu. We’ll also use jQuery to handle the…

144
Yays

jQuery and CSS3 Minimalistic Horizontal Slide Out Menu

Views 26696   downloads 4062   Menu & Navigation

The horizontal slide out menu is positioned at the left hand side of the window and slides out its menu items once the arrow is clicked. The arrow bounces back once the mouse leaves and this creates a…

144
Yays

a Vertical Scrolling Menu with CSS3 and jQuery

Views 35625   downloads 4920   Menu & Navigation

Creating markup We will begin by creating the necessary HTML structure. At first, I wanted to use an unordered list as a container for our images and captions, but then I encountered some bugs with vertical…

142
Yays

jQuery Elastic vertical menu

Views 16969   downloads 3845   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…

140
Yays

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

Views 21954   downloads 3965   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…

140
Yays

MagicLine Navigation with jQuery

Views 16388   downloads 3380   Menu & Navigation

These “sliding” style navigation bars have been around a while,Turns out it’s really pretty darn easy. I put two examples together for it. The Idea The idea is to have a highlight of…

140
Yays

Awesome jQuery and CSS3 Interactive menu

Views 52444   downloads 11288   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…

138
Yays

jQuery Rocking and Rolling Rounded Menu

Views 18879   downloads 5142   Menu & Navigation

In this tutorial we are going to make use of the incredibly awesome rotating and scaling jQuery patch from Zachary Johnson that can be found here. We will create a menu with little icons that will rotate…

138
Yays

CSS3 and jQuery menu

Views 16074   downloads 3412   Menu & Navigation

A simple navigation menu built with CSS3 and the jQuery UI. The css with some custom fonts via Google font API @import url(http://fonts.googleapis.com/css?family=Lobster); body {margin:0; padding:0; background:#ddd;}…

135
Yays

Jquery Awesome-Filled Navigation Menu Use Sprites

Views 18822   downloads 3960   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…