Submit your widget
48
Yays

Fancy CSS3 Transitions Image Gallery

Views 29001   downloads 9102   Image Effects

CSS3 Transitions allow browser to animate HTML elements through the change of CSS properties. In other words, we can create animations in webpage without JavaScript but just with pure CSS. The Idea The…

48
Yays

Awesome jQuery timeline Plugin

Views 10035   downloads 1800   Layout & Interface

jquery.jqtimeline is a simple, lightweight and elegent timeline plugin for jQuery to show a set of important events on a timeline. Data input is a simple json arrary of timeline events. This…

47
Yays

Nice Image Radio with jQuery

Views 7148   downloads 1678   Form

This extension replaces standard HTML checkboxes and radio buttons with an image-based alternative. The images are inserted as background:url() CSS directives for <span /> elements. The standard…

47
Yays

jQuery useful preload image effect

Views 13689   downloads 1746   Image Effects

The idea is to preload an image first to browser cache, then display it when completely loaded using jQuery. We can also make it more presentable to viewers by adding a fade in effect after we preload…

47
Yays

Jquery Responsive Full Width Slider (jquery Full Screen Slider)

Views 24780   downloads 8656   Slideshow & Scroller

How to use? $('#demo').skdslider({'delay':5000, 'fadeSpeed': 2000}); Available Options Option Description delay Delay duration between two slides in micro seconds. Example: 5000…

45
Yays

Swipebox - touchable jQuery lightbox

Views 25193   downloads 4196   Slideshow & Scroller

Usage Javascript Include jquery and the swipebox script in your  body closing tag. <script src="lib/jquery-1.9.0.min.js"></script> <script src="source/jquery.swipebox.min.js"></script>…

45
Yays

windows full-screen scrolling with jQuery

Views 10028   downloads 1572   Layout & Interface

a handy, loosely-coupled jQuery plugin for full-screen scrolling windows This is a light bootstrap that sets up:  - the basic SASS for sequential full screen windows - a jQuery plugin for managing…

44
Yays

jQuery Cusom your select form

Views 8725   downloads 2789   Form

Your select form is replace by a div + ul li to simulate a select Box with options and rebuild automatically your original <select> with the correct value. Don't work with multiple selections.…

44
Yays

jQuery Fullscreen Background effect

Views 23816   downloads 3449   Image Effects

If you’re a webdeveloper or designer we'll pretty sure you’ve run into the problem of people wanting to have “fullscreen content” or just background images that will stretch…

44
Yays

Customized checkbox and radio with jquery - iCheck

Views 12782   downloads 3343   Form

  Features Identical inputs across different browsers and devices — both desktop and mobile Touch devices support — iOS, Android, BlackBerry, Windows Phone Keyboard accessible…

43
Yays

jQuery Mouse Tracking Tooltips plugin

Views 16043   downloads 3195   Tooltips

Tooltipster is a lightweight jQuery plugin that enables you to easily create clean, HTML5 validated tooltips. Supports HTML tags inside the tooltip Lightweight and degradable Extremely flexible &…

43
Yays

Very beautiful CSS3 Pricing Tables effect

Views 16381   downloads 5295   Table

we’ll learn how to code and style some CSS3 pricing tables from the Impressionist UI, made by Vladimir Kudinov. All said, let’s start the coding… Step 1 – HTML We will create…

43
Yays

sticky page scroll down menu with jQuery

Views 15753   downloads 4634   Menu & Navigation

Smint is a simple jQuery plugin that helps with the navigation on one page style websites.    It has 2 main elements, a sticky navigation bar that stays at the top of the page while you scroll…

42
Yays

Stylish Messaging Modal Box with jQuery

Views 10476   downloads 2077   Form

You can build some really neat things using jQuery. The latest release bundle updates a lot of bugs and even hints at support for a new jQuery Mobile. With frontend scripting you can build practically…

42
Yays

Simple pure CSS3 animation multilevel menu

Views 11946   downloads 2939   Menu & Navigation

This is a new nice CSS3 menu with interesting behavior, where  use css3 transition and animation. This is UL-LI-based multilevel menu. Step 1. HTML As usual, we start with the HTML. Here are full…