Submit your widget
165
Yays

jQuery Multicolor animation drop down navigation menu

Views 31831   downloads 3974   Menu & Navigation

help :   $(function(){ $("#webwidget_menu_dropdown").webwidget_menu_dropdown({ m_w: '100', //Menu width m_t_c: '#FFF', //Text color m_c_c: '#8FC45A', //Current background color m_bg_c: '#56A901',…

163
Yays

Sky Blue Menu Drop Down with jQuery

Views 25011   downloads 6386   Menu & Navigation

jQuery Menu 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…

162
Yays

Pretty nice Slide Out Navigation Revised

Views 25552   downloads 5106   Menu & Navigation

1. The HTML Structure The only thing we will need for the navigation is a simple unordered list with links and spans inside of the list elements: Home About Search Photos Rss Feed Podcasts Contact The…

159
Yays

multilevel tree menu jQuery

Views 23562   downloads 3172   Menu & Navigation

  This is a powerful jQuery component to build easily a multilevel tree menu or a contextual menu (right click) in an intuitive way! JS call for the menu:   $(".myMenu").buildMenu({ template:"yourMenuVoiceTemplate",…

159
Yays

Animated jQuery Menu - Corporate Style

Views 20883   downloads 4680   Menu & Navigation

Multilevel jQuery Menu with fade and smooth drop-down animation on submenu appearance. Features Full cross-browser compatibility Fully accessible even when javascript is turned off, as a pure css menu…

155
Yays

Medium Slate Blue Menu Slide Style with Jquery

Views 21134   downloads 4060   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…

153
Yays

jQuery quickie: Slot machine navigation

Views 14215   downloads 2701   Menu & Navigation

Navigation is one of the things you'll see on every website. I wanted to give this part a little bit extra life, and when I saw a movie yesterday that included slot machines, it suddenly hit me. Using…

152
Yays

jQuery Sliding Menu

Views 30580   downloads 3818   Menu & Navigation

Usage: In the head section add the following code: <link rel="stylesheet" href="stylesheets/jquery.sliding-menu.css" type="text/css" media="screen" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>…

150
Yays

Chrome, Safari Fancy menu with CSS3 and jQuery

Views 21501   downloads 4546   Menu & Navigation

Fancy menu was made popular by devthought, it is develop on top of the Mootools library. And later a jQuery version of this menu called lavalamp was made popular by Ganesh. This time I will show you how…

148
Yays

jquery elastic thumbnail menu

Views 14771   downloads 2661   Menu & Navigation

The HTML Quick and easy, the general framework we’ll be using goes as follows: <div id="menuwrapper"> <div id="menu"> <a href="#" class="menuitem"><img src="image.jpg"></a><!--Template…

147
Yays

jQuery Apple Leopard-Text-Indent Style Menu

Views 15151   downloads 3407   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…

145
Yays

Cool JQuery and CSS3 Animation Menu

Views 24268   downloads 4873   Menu & Navigation

The menu is simple, but unique. Script structure: HTML: <div id="menu"> <ul id="nav"> <li> <a href="#" class="icon1"> <span>Home Page</span>…

143
Yays

jQuery Mac dock style flexibility menu

Views 18571   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…

141
Yays

jQuery and CSS3 Minimalistic Horizontal Slide Out Menu

Views 26297   downloads 3951   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…

138
Yays

MagicLine Navigation with jQuery

Views 16070   downloads 3263   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…