Submit your widget
24
Yays

support mobile devices Liquid Slider effect

Views 11224   downloads 2239   Slideshow & Scroller

The last responsive content slider you'll ever need Advanced CSS3 transitions Unfortunately, traditional animations are not always as smooth as you'd want them to be, specifically on some mobile…

24
Yays

Revolver.js - a jQuery (Mootools) content slider plugin

Views 18938   downloads 4302   Slideshow & Scroller

Revolver.js is a modular javascript library to help you build your own content slider. It has a sensable, unopinionated API that helps you get from mockup to reality with less friction than the other…

24
Yays

Inset border effect for image or box with jquery plugin

Views 9682   downloads 1985   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…

22
Yays

jquery snaps to blocks of content - JQUERY.PANELSNAP

Views 7540   downloads 1496   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…

22
Yays

widescreen images switching effects focus map with jQuery

Views 10797   downloads 2234   Slideshow & Scroller

Applicable browsers: IE6, IE7, IE8, 360, FireFox, Chrome, Safari, Opera, Maxthon, Sogou, Window of the World. jQuery focus map prepared by the generous widescreen switching effects. The main code: <script…

21
Yays

imgLiquid - A jQuery Plugin to resize images to fit in a container

Views 11067   downloads 1552   Image Effects

Usage Include: <script src="js/imgLiquid-min.js"></script> js: $(document).ready(function() { $(".imgLiquidFill").imgLiquid(); }); Html: <div class="imgLiquidFill…

20
Yays

jQuery force directed graph layout algorithm --Springy

Views 10158   downloads 1337   Menu & Navigation

Springy is a force directed graph layout algorithm. So what does this “force directed” stuff mean anyway? Excellent question! It means that springy uses some real world physics to try and…

19
Yays

jQuery plugin to dim the current page except for some user-defined top elements

Views 5039   downloads 1507   Layout & Interface

Usage Include the script in your website first. Add this script tag after your jQuery inclusi <script type="text/javascript" src="https://raw.github.com/andywer/jquery-dim-background/master/jquery.dim-background.js"></script>…

19
Yays

The split-flap displays with jQuery plugin

Views 7099   downloads 1658   Text & Link Effects

A jQuery number display Flapper is a jQuery plugin that replicates the split-flap (or "Solari") displays that used to be common in train stations and airports, and your dad's alarm clock…

18
Yays

aboutWhen - a jQuery plugin for accepting partial or approximate dates

Views 5128   downloads 1180   Form

aboutWhen This is a jQuery plugin for accepting partial or approximate dates. Calendar controls and their variants are great if you want your users to pick one valid date precisely, but in the case where…

18
Yays

jquery select expander - make select dom by json file

Views 5518   downloads 1402   Form

Usage Download and copy the plugin + json data into your js/ folder. (make sure the data/ folder is in the same directory as the plugin) Drop in the plugin after your jQuery include:…

18
Yays

A jQuery plugin for responsive pages to set div to same height

Views 6000   downloads 1266   Layout & Interface

NewHeights jQuery Plugin jQuery plugin, for responsive pages, to set tags to same height. Happens during/after browser resize. Usage: $(selector).newHeights(refresh = 500) selector = any jQuery selector…

17
Yays

gauge.js - A JavaScript animated gauge lib

Views 9654   downloads 1845   Graph & Chart

Features No images, no external CSS - pure canvas No dependencies (jQuery is supported, but not required) Highly configurable Resolution independent Animated guage value changes (!) Works in all…

16
Yays

Lightweight jQuery table sorter plugin

Views 4870   downloads 1346   Table

JQuery Sortr A smart, minimal, clean jQuery table sorter that autodetects most content. Usage $("#my_table").sortr(); Options Column Detection & Default Direction Sortr detects the content…

16
Yays

jQuery plugin for lazy loading images

Views 4952   downloads 1525   Image Effects

Lazy Load Plugin for jQuery Lazy Load delays loading of images in long web pages. Images outside of viewport wont be loaded before user scrolls to them. This is opposite of image preloading. Using Lazy…