Submit your widget
31
Yays

Simple overlay instructions with jQuery

Views 8677   downloads 1288   Layout & Interface

Simple overlay instructions for your apps. Chardin.js is a jQuery plugin that creates a simple overlay to display instructions on existent elements. It is inspired by the recent Gmail new composer tour…

30
Yays

Useful jquery-blackCalculator plugin

Views 6839   downloads 2627   Layout & Interface

blackCalculator is a jQuery plugin for create a calculator. It supports CSS customization, easy translation, two options of calculators, cross-browser, allow and disallow keyboard! Usage First, include…

30
Yays

Inset border effect for image or box with jquery plugin

Views 10270   downloads 2178   Image Effects

Usage Just call the plugin at the element you want to add a inset border effect. $(document).ready(function(){ $('a').borderEffect(); }); How it work? The plugin add position:relative to the element…

29
Yays

A Placeholder jQuery Plugin Polyfill - placeMe.js

Views 10664   downloads 1928   Form

  How to Use First include jQuery   <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> Next include…

29
Yays

Animated Photo Stack with CSS3 and jQuery

Views 16807   downloads 2610   Image Effects

we are going to build an animated photo stack, which will use all kinds of fancy effects to transition between a set of images. The effects are implemented purely using CSS3, which means that they run…

29
Yays

JQUERY, HTML 5 & CSS3 GALLERY---least.js

Views 15844   downloads 4523   Image Effects

Random & Responsive jQuery, HTML 5 & CSS3 Gallery with LazyLoad use it Download least.js   Insert the following code before end of </head>-tag. <!-- least.js CSS-file --> <link…

29
Yays

qTip2 - Powerful tooltips with jquery

Views 11743   downloads 2660   Tooltips

Getting Started Now you have the jQuery library and qTip2  files, it's time to include them within your HTML. I highly recommend that all non-essential (i.e. non-library)…

29
Yays

Clingify - a jQuery plugin that allows you to easily create sticky headers and navigation

Views 8667   downloads 1933   Menu & Navigation

Clingify is a jQuery plugin that allows you to easily create “sticky” headers and navigation elements. Once you scroll past the targeted element, the plugin will toggle a CSS class that gives…

28
Yays

jQuery sweet color swatch plugin

Views 6884   downloads 1890   Color Picker

This is a jQuery plugin that turns a single div into a sweet color swatch (aka, color pallette). Simply place a similar div element where ever you want a swatch to appear: <div…

28
Yays

Useful jQuery Resizable table columns

Views 11468   downloads 1962   Table

Resizable table columns for jQuery.  New and Improved! Now tested and working on Chrome & Firefox (Mac + Windows), and IE 9 + 10. Other browsers might work too, just haven't had time…

28
Yays

like Mac OS X Finder's column view plugin with jQuery

Views 9307   downloads 1710   Menu & Navigation

hColumns is a jQuery plugin that looks like Mac OS X Finder's column view for the hierarchical data. Get the latest version of this plugin from Github Add required CSS and Javascript tag Insert before…

28
Yays

jquery snaps to blocks of content - JQUERY.PANELSNAP

Views 7851   downloads 1667   Layout & Interface

A jQuery plugin that, after scrolling, snaps to blocks of content which I like to call panels. You can actually nest sets of panels as you will see throughout this demo page. Each following panel will…

28
Yays

CSS3 and jQuery better Toggling of elements

Views 8870   downloads 1736   Image Effects

betterToggle is a jQuery plugin for better Toggling of elements.It uses css3 transforms with fallback. betterToggle is a jQuery plugin for better Toggling of elements.   Instead of using $("#element").toggle()…

28
Yays

hexaflip - a javascript flexible 3d cube plugin

Views 11713   downloads 2741   Slideshow & Scroller

HexaFlip is a JavaScript UI plugin that let's you use 3D cubes as interface elements. Dive into the process of creating the plugin and learn some best practices regarding flexible UI plugins. Please…

28
Yays

AnimateScroll - a jQuery plugin which enables you to scroll to any part of the page

Views 8337   downloads 2196   Layout & Interface

AnimateScroll is a jQuery plugin which enables you to scroll to any part of the page in style by just calling the animatescroll() function with the Id or Classname of…