Submit your widget
151
Yays

jquery elastic thumbnail menu

Views 14857   downloads 2695   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…

151
Yays

Chrome, Safari Fancy menu with CSS3 and jQuery

Views 21590   downloads 4579   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 21947   downloads 3212   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…

148
Yays

jQuery Apple Leopard-Text-Indent Style Menu

Views 15232   downloads 3441   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…

147
Yays

jQuery Advanced docking Side Menu

Views 40339   downloads 4787   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…

146
Yays

jQuery simple Tree Menu

Views 43548   downloads 6088   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…

146
Yays

Cool JQuery and CSS3 Animation Menu

Views 24349   downloads 4908   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>…

145
Yays

jQuery Mac dock style flexibility menu

Views 18660   downloads 4439   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…

145
Yays

JQuery Draggable Sitemap

Views 22221   downloads 3667   Menu & Navigation

There are a handful of javascript libraries and plugins available that attempt this task, but none of them worked flawlessly with our HTML. The real issue here is that javascript alone cannot produce…

144
Yays

jQuery Super Cool Vertical Scroll Menu

Views 35114   downloads 4729   Menu & Navigation

Create a vertical scroll menu that scroll automatically according to your mouse axis-Y movement. 1. Get mouse axis The following code will return the X and Y Axis values for your mouse pointer. <script>…

142
Yays

jQuery and CSS3 Minimalistic Horizontal Slide Out Menu

Views 26404   downloads 3985   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…

141
Yays

Very Simple jQuery Tabs

Views 61239   downloads 15338   Tabs

The tab system very simple, very light and especially with a more elaborate visual transition that pass strict tab to tab. The result is a small plugin home simple to manage tabs with jQuery. Here are…

140
Yays

jQuery CSS Drop Down Menu Style

Views 17867   downloads 4183   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…

140
Yays

MagicLine Navigation with jQuery

Views 16161   downloads 3293   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…

140
Yays

a Vertical Scrolling Menu with CSS3 and jQuery

Views 35154   downloads 4827   Menu & Navigation

Creating markup We will begin by creating the necessary HTML structure. At first, I wanted to use an unordered list as a container for our images and captions, but then I encountered some bugs with vertical…