Submit your widget
385
Yays

unordered list animated circle with jQuery

Views 30997   downloads 6459   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…

381
Yays

Scalable Menu with jQuery CSS3

Views 54602   downloads 9811   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…

374
Yays

Dropdown Navigation in CSS3 jQuery

Views 29825   downloads 6243   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…

374
Yays

Awesome Animated Portfolio Gallery with jQuery CSS3

Views 28281   downloads 4359   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…

334
Yays

awesome Mosaic menu

Views 36483   downloads 7995   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 26114   downloads 5790   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…

309
Yays

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

Views 48392   downloads 10351   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 29190   downloads 6024   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 42142   downloads 6240   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 72459   downloads 2261   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 67893   downloads 12056   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>…

297
Yays

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

Views 35118   downloads 6250   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.…

291
Yays

bxSlider jQuery Content Slider

Views 59463   downloads 12848   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…

289
Yays

Sliding up form labels with jquery and CSS3

Views 16192   downloads 3034   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…