Submit your widget
103
Yays

Rich Media Dropdown Menu with jQuery

Views 39637   downloads 9090   Menu & Navigation

Today’s tutorial combines two good friends, jQuery and dropdown menus! “That boring old combination”, I hear you cry. But wait, this is a dropdown menu with a difference! It takes away…

102
Yays

simple jQuery Drop Down Menu

Views 11141   downloads 2742   Menu & Navigation

Introduction Alright, this time, we are going to make a drop down menu. The main objective is to make it as simple as possible, with some little jQuery effect and easy to customize/ apply different style…

100
Yays

Nice Dropdown Menu With jQuery

Views 12331   downloads 2535   Menu & Navigation

  Web designers and developers find themselves creating dropdown menus over and over. I’ve drilled dropdown menu production to a science. Seriously. Here’s the benefits of Brian Cray’s…

98
Yays

Useful dropdown menu with CSS3 jQuery

Views 28141   downloads 9633   Menu & Navigation

This CSS dropdown menu, without any additional Javascript code. There are no images used and, as usual, minimal HTML markup. HTML structure As you can see in the following lines, the HTML structure does…

95
Yays

like Google Chrome bookmarks menu bar with jQuery Plugin

Views 8651   downloads 1835   Menu & Navigation

Inspired by Google Chrome bookmarks menu bar, this plugin can be used to group a long list of hyperlinks.   Create a new HTML document. Within the head of your document: Load the jQuery framework…

95
Yays

jQuery Fluid Navigation–informative menu-bar

Views 15106   downloads 2448   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…

94
Yays

jQuery Dropdown Menu

Views 7367   downloads 1841   Menu & Navigation

In this post, we are going to create a simple dropdown menu with the help of jQuery, take a look at the demo of it first. I assume you know at least the basics of jQuery and CSS. The key to creating the…

91
Yays

Sliding Jquery Menu

Views 8901   downloads 1822   Menu & Navigation

how to create a sliding menu button using jquery.When the button is clicked it rolls out a box full of links, when the button is clicked again it rolls back in. This can be done using jquery。  …

86
Yays

simple google style Dropdown menu with jQuery

Views 20412   downloads 4884   Menu & Navigation

we'll show you how to create a jquery dropdown menu with google style, it also can be use as a “fixed” menu. The most important thing on this menus is the css file , we are going to use…

86
Yays

Beautiful Drop Down Menu with jquery

Views 31558   downloads 7820   Menu & Navigation

The demo is about a menu which has all the decent and stylish animated functionality. The HTML Structure As you can see in the PSD, there are Menu items and one Search Bar on right side. The HTML for…

85
Yays

Useful Magazine Style Dropdown Menu with jQuery

Views 26957   downloads 8577   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…

83
Yays

jQuery feed menus

Views 9693   downloads 1850   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…

83
Yays

POP dropdown menus with jQuery

Views 9793   downloads 2210   Menu & Navigation

Include the stylesheet, with any of your mods. <link href="/pop/stylesheets/pop.css" media="all" rel="stylesheet" type="text/css"/> Include jQuery and jquery.pop.js…

78
Yays

JQuery animation Drop Down Menus

Views 29403   downloads 7098   Menu & Navigation

Hi dear readers, this is a fancy drop down menus with CSS and JQuery. the demo used jQuery animate function and CSS to put some stylish effects and used a background for navigation. Support: Firefox,…

72
Yays

useful Tabbed Menu with jQuery

Views 44179   downloads 11679   Menu & Navigation

We are going to use the HTML element list to display the menu and the drop down. Each of the top level menus are in their own list items and the drop down menus are lists placed inside the list items.…