Submit your widget
170
Yays

Image Hover Move- simple and practical navigation or featured image jQuery plugin

Views 44939   downloads 6215   Slideshow & Scroller

Usage Include js files.   <link href="css/images_hover_move.css" rel="stylesheet" type="text/css" /> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"></script>…

166
Yays

jQuery Multicolor animation drop down navigation menu

Views 31911   downloads 3997   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',…

164
Yays

Sky Blue Menu Drop Down with jQuery

Views 25100   downloads 6410   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…

163
Yays

Pretty nice Slide Out Navigation Revised

Views 25630   downloads 5132   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…

160
Yays

multilevel tree menu jQuery

Views 23616   downloads 3191   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",…

160
Yays

Cool jQuery Site Collapsing vertical Navigation

Views 24483   downloads 4956   Menu & Navigation

we will create a collapsing menu that contains vertical navigation bars and a slide out content area. When hovering over a menu item, an image slides down from the top and a submenu slides up from the…

159
Yays

Animated jQuery Menu - Corporate Style

Views 20934   downloads 4697   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…

156
Yays

Medium Slate Blue Menu Slide Style with Jquery

Views 21210   downloads 4081   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…

155
Yays

jQuery Super Cool Bubble Navigation

Views 24964   downloads 6097   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…

154
Yays

jQuery quickie: Slot machine navigation

Views 14264   downloads 2720   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…

153
Yays

jQuery Sliding Menu

Views 30650   downloads 3840   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>…

151
Yays

Chrome, Safari Fancy menu with CSS3 and jQuery

Views 21553   downloads 4565   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…

149
Yays

CSS3 Super slick jQuery menu

Views 21913   downloads 3196   Menu & Navigation

The plugin called jSlickmenu, creates, well, slick menus with jQuery. Combined with some great CSS3 features likes rotation and shadows, this plugin can really lift up your design. It's fairly easy to…

149
Yays

jquery elastic thumbnail menu

Views 14823   downloads 2679   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…

148
Yays

jQuery Apple Leopard-Text-Indent Style Menu

Views 15199   downloads 3427   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…