Submit your widget
389
Yays

unordered list animated circle with jQuery

Views 31399   downloads 6584   Image Effects

jQuery plugin (2KB) that allows you to create an unordered list as an animated circle. Changelog: fixes for hover event, added direction option (clockwise or counter-clockwise) added hover trigger fixes…

387
Yays

Scalable Menu with jQuery CSS3

Views 55330   downloads 9985   Menu & Navigation

we are going to create a simple menu that will stand out once we hover over it by covering everything except the menu with a dark overlay. The menu will stay white and a submenu area will expand. We will…

381
Yays

Dropdown Navigation in CSS3 jQuery

Views 30177   downloads 6379   Menu & Navigation

we will learn how to enhance you WordPress in a whole new way. Multi-Level or Multi-Dimensional navigation menus can offer your theme and users 2 new things. One, add a nice new type of effect to enhance…

377
Yays

Awesome Animated Portfolio Gallery with jQuery CSS3

Views 28714   downloads 4512   Slideshow & Scroller

we will create an animated portfolio gallery with jQuery. The gallery will contain a scroller for thumbnails and a content area where we will display details about the portfolio item. The image can be…

340
Yays

awesome Mosaic menu

Views 36830   downloads 8153   Menu & Navigation

This is a great application, very useful code.I believe you will like it. css html { overflow: hidden; } body { position: absolute; margin: 0px; padding: 0px; width: 100%; height: 100%; background:#000;…

333
Yays

jQuery BubbleUp for Spice Up Your Menu

Views 26697   downloads 5921   Menu & Navigation

BubbleUp is a jQuery plugin released from a jQuery tutorial Learning jQuery: Your First jQuery Plugin,which helps you to create your first jQuery plugin. It's not just for demonstration, it's…

317
Yays

jQuery AJAX Validation Contact Form with Modal + Slide-in Transition

Views 48951   downloads 10501   Form

Due to popular demand, here is a tutorial on how I created one of the more complicated pieces of machinery on my new site: the contact form. A lot of different techniques went into this, and I have a…

315
Yays

jQuery UI datepicker

The jQuery UI Datepicker is a highly configurable plugin that adds datepicker functionality to your pages. You can customize the date format and language, restrict the selectable date ranges and add in…

311
Yays

Dots gallery scroller(jQuery )

Views 42597   downloads 6358   Slideshow & Scroller

Dots gallery with iPhone images from Apple.com    Similar examples You try it yourself in it's simpler form by following these simple steps: Include jquery and Galleria: <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>…

310
Yays

desSlideshow - Stylish featured image slideshow jQuery plugin

Views 68776   downloads 12241   Slideshow & Scroller

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

310
Yays

fullscreen image gallery with jQuery

Views 29600   downloads 6171   Slideshow & Scroller

A fullscreen image gallery made with jQuery and CSS. The code The css with some custom font via Google font API @import url(http://fonts.googleapis.com/css?family=Josefin+Sans+Std+Light); html,body{height:100%;}…

308
Yays

jQuery Visual Select

Views 72950   downloads 2419   Form

This plugin is setup to generate a list of images ontop of a select. Similar to the site ajaxload.info, but a jquery version. This is the first time i've written the jQuery for a site with a plugin in…

303
Yays

jQuery Menu: Dropdown, iPod Drilldown, and Flyout styles with ARIA Support and ThemeRoller Ready

Views 35574   downloads 6436   Menu & Navigation

How it works Required markup The menu plugin was written with progressive enhancement in mind: first mark up a basic and functional unordered list of links, then layer on complex styles and functionality.…

293
Yays

bxSlider jQuery Content Slider

Views 60146   downloads 13023   Slideshow & Scroller

bxSlider is a jQuery content slider plugin that is light weight and easy to use. Features: horizontal and vertical slide movement auto mode start / stop controls previous / next controls numeric navigation…

292
Yays

Sliding up form labels with jquery and CSS3

Views 16457   downloads 3157   Form

A common problem for laying out a labels and their inputs is that the labels dangle out in what appears to be whitespace. Form labels can make a design aesthetically awkward. There are several paths to…