Submit your widget
384
Yays

unordered list animated circle with jQuery

Views 30938   downloads 6436   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…

380
Yays

Scalable Menu with jQuery CSS3

Views 54487   downloads 9783   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…

373
Yays

Dropdown Navigation in CSS3 jQuery

Views 29771   downloads 6219   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…

373
Yays

Awesome Animated Portfolio Gallery with jQuery CSS3

Views 28216   downloads 4331   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…

333
Yays

awesome Mosaic menu

Views 36434   downloads 7971   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;…

325
Yays

jQuery BubbleUp for Spice Up Your Menu

Views 26043   downloads 5768   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…

308
Yays

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

Views 48312   downloads 10328   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…

308
Yays

fullscreen image gallery with jQuery

Views 29138   downloads 6005   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%;}…

306
Yays

Dots gallery scroller(jQuery )

Views 42072   downloads 6212   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>…

305
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…

304
Yays

jQuery Visual Select

Views 72345   downloads 2239   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…

302
Yays

desSlideshow - Stylish featured image slideshow jQuery plugin

Views 67739   downloads 12027   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>…

296
Yays

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

Views 35036   downloads 6223   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.…

289
Yays

bxSlider jQuery Content Slider

Views 59377   downloads 12826   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…

288
Yays

Sliding up form labels with jquery and CSS3

Views 16147   downloads 3011   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…