Submit your widget
119
Yays

Animated JavaScript Slideshow

Views 23415   downloads 4526   Slideshow & Scroller

This dynamic JavaScript slideshow is feature packed,A few new features include description support, link support, no naming restrictions, portrait image support, graceful degradation and active thumbnail…

119
Yays

CSS Swap Hover Effect

Views 13208   downloads 2496   Image Effects

It was requested that the product photo be swapped by its product description when the mouse hovers over it. This kind of effect is very interesting and easy to achieve, so I would like to share it with…

119
Yays

Ajax Style Loading Animation in CSS3 ( no Images )

Views 22086   downloads 3845   Layout & Interface

As we all know loading images are very essential part of any website , but some time loading images takes time to load itself. But what if the images made up in CSS. So this time I used CSS3 to develop…

119
Yays

Popout Details on Hover CSS3

Views 28670   downloads 8795   Image Effects

HTML The columns are made up of unordered list items, within each list item is the thumbnail image and the details of the item wrapped in a class of "info". <ul class="columns"> <li> <a…

119
Yays

Tabs pagination system with jQuery UI

Views 16038   downloads 2942   Tabs

Tabbed areas are lovely, but when you start getting to more than 3 or 4 different tabs, they start to get a little crowded and it makes sense to provide alternative navigation of them. I think it makes…

119
Yays

Easy jQuery drop down menus

Views 17213   downloads 3209   Menu & Navigation

The examples below have styling and effects to make them look nice, but first I will show you the minimum you need to get your menus running. First off, you need a set of nested lists and link to create…

119
Yays

Awesome Rotating Image Slideshow CSS3 and jQuery

Views 13087   downloads 2104   Slideshow & Scroller

we are going to use jQuery and CSS3 rotations, along with the jQuery rotate plugin, to create a beautiful slideshow. You can use it to spice up your web sites, product pages and other projects with some…

119
Yays

Awesome images Scrolling using jQuery

Views 21884   downloads 2569   Slideshow & Scroller

The main thing flipboard do differently is to have the logo and logo background elements move at different animation speeds from each other and the main content. This effect is is similar to Parallex…

119
Yays

Beautiful CSS3 scroll Social Menu

Views 41449   downloads 11572   Menu & Navigation

we’ll learn how to code a fancy social networks menu with HTML5 and CSS3 and absolutely no images. Yup, that’s right! No images at all. We’ll also learn how to convert a normal font…

118
Yays

Color Picker ColorSphere Plugin (Mootools)

Views 7388   downloads 1946   Color Picker

Initialization   new UvumiSphere(selector,options);   Arguments Selector: string defining a CSS rule that will select the elements to be turned into color pickers. These elements should be text…

118
Yays

CSS and jQuery Cool Animated Navigation

Views 18537   downloads 3136   Menu & Navigation

Animation and visual feedback are great ways to assist a user in navigating and interacting with a website. While traditionally Adobe’s Flash was the goto for anything animated, these days with…

118
Yays

jQuery Vimeo-like top navigation

Views 14584   downloads 3369   Menu & Navigation

The menu that drops down when you hover search box. It offers you different search options that you can choose and narrow your search. Simple CSS drop down menu based on unordered list. The structure…

118
Yays

jQuery Simple Lava Lamp Menu

Views 13703   downloads 2501   Menu & Navigation

  Lava Lamp Menu is one of the favourite menu that has been using by some websites. It has a jQuery plugin for it, we're not reinventing the wheel, but it will be good to know how it works, how to…

118
Yays

jQuery Drop down Menu

Views 9993   downloads 2071   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 of jQuery…

118
Yays

Fancy checkboxes and radio buttons with jquery

Views 22986   downloads 4892   Form

Usage Add js and css files   <LINK rel="stylesheet" type="text/css" href="./radio-checkbox_files/style.css"> <SCRIPT src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"></SCRIPT>…