Submit your widget
85
Yays

Smooth Horizontal Sliding Tab Navigation with jQuery

Views 14214   downloads 1745   Menu & Navigation

we'll show you how to create a navigation menu that slides horizontally. It begins with a set of "tabs" on the right side of a containing element. When clicked, a tab slides to the left to reveal a group…

85
Yays

Awesome Notification tooltips Menu with jQuery

Views 27089   downloads 4754   Menu & Navigation

A jQuery plugin to add notification bubbles and a notification list to any menu. Usage var notifications = new $.ttwNotificationMenu({ colors:['#f56c7e', '#fec151', '#7ad2f4']…

85
Yays

Useful Magazine Style Dropdown Menu with jQuery

Views 26888   downloads 8567   Menu & Navigation

This is a magazine-style drop down nav menu. This will be created with some fancy CSS3 techniques to work in standards-compliant browsers. Even if you are shaky with jQuery you should be able to keep…

84
Yays

JQuery Navigation

Views 7863   downloads 1626   Menu & Navigation

You should now be set to create your HTML file. Open up dreamweaver and start a new HTML document, save the document straight away as index.html on your desktop. Open up notepad and save a blank file…

84
Yays

jQuery cool auto moving submenu

Views 37485   downloads 7463   Menu & Navigation

we’re going to create an automatic moving submenu based on selected its parent. Each submenu is horizontally stacked, sequentially in the order of their parent menu. So when user moving their cursor…

83
Yays

jQuery feed menus

Views 9657   downloads 1840   Menu & Navigation

The jQuery Feed Menu This feed menu was created easily by the following snippet of code: var fm = new FeedMenu();fm.write('#jquery_feed_menu_example_1');     Cool huh? That piece of code finds…

82
Yays

Color Fading Menu with jQuery

Views 7798   downloads 1485   Menu & Navigation

This example was used jQuery and the jQuery Colour plugin.What we need is a div containing two things; an anchor element and another div, which I will refer to as the subDiv. The subDiv will display the…

82
Yays

a Good Looking Floating Menu with jQuery Easing

Views 9752   downloads 1463   Menu & Navigation

We will show you how to create a horizontal menu with floating effect by using jquery.easing and jquery animate function. It's a simple effect but the final product is quite nice looking and elegant.…

82
Yays

jQuery good Dropdown Menu Tooltips

Views 31336   downloads 5299   Menu & Navigation

Within the jQuery library it’s possible to create some fantastic effects. These can enhance the overall user experience dramatically and often work hand-in-hand with new CSS3 and HTML5 techniques.…

81
Yays

right click Looking Context Menu with jQuery

Views 14613   downloads 2615   Menu & Navigation

there are loads of context menu plugins already. But they require a fair amount of work to make them look good. This one is easy to use, small, and looks good. Features Tiny library. Only dependency is…

80
Yays

Simple jQuery and CSS3 Flyout Ribbon menu

Views 29884   downloads 5695   Menu & Navigation

It is compatible with all major browsers:  Chrome, Firefox, Opera, Safari and IE9+..this is a Flyout Ribbon using jQuery and CSS3, The Markup The markup for this is pretty straight forward.  You…

78
Yays

Beautiful jQuery images menu

Views 23183   downloads 5366   Menu & Navigation

Um TN34.Facets nutzen zu können, benötigt ihr das jQuery-Framework ab Version 1.4.2 und das clip-Plugin welches im bereitgestellten download enthalten ist. <link rel="stylesheet"…

77
Yays

jQuery and CSS3 Round Out Borders Tabs

Views 24949   downloads 5151   Tabs

Rounded corners are now trivially easy to achieve via border-radius. But that only allows us to cut into the shape. What if we want to connect a shape to another with a rounded outward corner. Clean HTML…

77
Yays

Transparent Top Bar Navigation with CSS3 and jQuery

Views 19161   downloads 3357   Menu & Navigation

Here is a very nice top navigation bar for your website. It uses CSS3 & jQuery to give a nice looking aero gradient & transparency effect. The CSS The CSS uses some of the new CSS3 features such…

75
Yays

like apple JQuery Slide Navigation Plugin

Views 18741   downloads 4526   Menu & Navigation

when user click on the navigation it like the products appear and disappear one by one, with the easing effect on the end movement, like bouncing on the vertical line. The apple mac page not only dealing…