Submit your widget
48
Yays

Fancy CSS3 Transitions Image Gallery

Views 29117   downloads 9209   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 10120   downloads 1828   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 7180   downloads 1692   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 13729   downloads 1761   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

3D jQuery image slider with swipe-like transitions

Views 25287   downloads 6025   Slideshow & Scroller

This is a triple panel jQuery image slider with a 3D look and swipe-like transitions. The idea is to have a main panel and two lateral panels that are rotated slightly in 3D space. When navigating, we…

47
Yays

Jquery Responsive Full Width Slider (jquery Full Screen Slider)

Views 24878   downloads 8683   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 25260   downloads 4217   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

sticky page scroll down menu with jQuery

Views 15817   downloads 4654   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…

45
Yays

windows full-screen scrolling with jQuery

Views 10073   downloads 1586   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 8763   downloads 2801   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

Uniform---jQuery Sexy forms effect

Views 19630   downloads 5328   Form

Have you ever wished you could style checkboxes, drop down menus, radio buttons, and file upload inputs? Ever wished you could control the look and feel of your form elements between all browsers? If…

44
Yays

jQuery Fullscreen Background effect

Views 23868   downloads 3468   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 12841   downloads 3359   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 16117   downloads 3216   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 16528   downloads 5356   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…