Submit your widget
138
Yays

Drop-down Navigation Menu Using HTML5, CSS3 and jQuery

Views 17400   downloads 3561   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…

95
Yays

jQuery Fluid Navigation–informative menu-bar

Views 15082   downloads 2437   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…

139
Yays

MagicLine Navigation with jQuery

Views 16126   downloads 3282   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…

297
Yays

jQuery Menu: Dropdown, iPod Drilldown, and Flyout styles with ARIA Support and ThemeRoller Ready

Views 35109   downloads 6246   Menu & Navigation

How it works Required markup The menu plugin was written with progressive enhancement in mind: first mark up a basic and functional unordered list of links, then layer on complex styles and functionality.…

112
Yays

jQuery Super Sexy Drop Down Menu

Views 26064   downloads 6308   Menu & Navigation

Studies show that top navigations tend to get the most visual attention when a user first visits a site. Having organized and intuitive navigation is key — and while most drop down menus may look…

147
Yays

jQuery Advanced docking Side Menu

Views 40299   downloads 4777   Menu & Navigation

How Visual Studio docking functionality can be done with jQuery and unordered lists. Basically, the main goal was to implement multiple docking and undocking functionality.Similar Side Menu Effects The…

174
Yays

jQuery nice Background Animated Navigation Menu

Views 22013   downloads 6119   Menu & Navigation

Changing the position of the background image felt to be the best approach to creating the type of effect we're looking for. jQuery is a great library for this type of task but out of the box, it…

112
Yays

jQuery Vimeo-like top navigation

Views 14303   downloads 3233   Menu & Navigation

The menu that drops down when you hover search box. It offers you different search options that you can choose and narrow your search. Simple CSS drop down menu based on unordered list. The structure…

148
Yays

jQuery Apple Leopard-Text-Indent Style Menu

Views 15199   downloads 3428   Menu & Navigation

Since the Apple-flavored Leopard-text-indent style is currently one of my favorite menu styles, we will start from scratch and build such a menu in Photoshop, then create the needed HTML and CSS and last…

92
Yays

Mootools Homepage Inspired Navigation Effect Using jQuery

Views 10382   downloads 1990   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…

115
Yays

CSS and jQuery Cool Animated Navigation

Views 18223   downloads 3016   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…

137
Yays

jQuery Elastic vertical menu

Views 16715   downloads 3763   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…

144
Yays

jQuery Mac dock style flexibility menu

Views 18614   downloads 4424   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…

146
Yays

jQuery simple Tree Menu

Views 43497   downloads 6075   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…

120
Yays

CSS3 and jQuery“Stay-On-Top”Menu

Views 17094   downloads 3009   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">…