Submit your widget
16
Yays

jQuery Responsive Tabs/accordion - The tabs transform to an accordion when window resize

Views 12008   downloads 2969   Tabs

This jQuery plugin provides responsive tab functionality. The tabs transform to an accordion when it reaches a CSS breakpoint. Features Tabs transform to accordion based on breakpoint Uses javascript…

18
Yays

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

Views 5999   downloads 1265   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…

92
Yays

FullCalendar is a jQuery plugin that provides a full-sized, drag & drop calendar

FullCalendar is a jQuery plugin that provides a full-sized, drag & drop calendar like the one below. It uses AJAX to fetch events on-the-fly for each month and is easily configured…

19
Yays

The split-flap displays with jQuery plugin

Views 7098   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…

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…

61
Yays

Text and images scroll with jquery plugin

Views 21393   downloads 6235   Slideshow & Scroller

Usage: Add js file: <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script src="jquery.scrollbox.js"></script> Add…

18
Yays

jquery select expander - make select dom by json file

Views 5517   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:…

31
Yays

Light and responsive lightbox plugin with jQuery

Views 10374   downloads 2794   Lightbox & Dialog & Overlay

Magnific Popup is a responsive jQuery lightbox plugin that is focused on performance and providing best experience for user with any device (Zepto.js compatible). Documentation · GitHub · WordPress…

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…

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…

16
Yays

Lightweight jQuery table sorter plugin

Views 4868   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…

33
Yays

SlimTable - jQuery plugin for creates sortable table

Views 8787   downloads 2867   Table

  SlimTable SlimTable is a plugin for jQuery, which creates sortable and pageable tables from existing table data. Plugin is quite lightweight, as it only takes 4kB when minified (2kB gzipped). Official…

25
Yays

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

Views 7920   downloads 2054   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…

34
Yays

jQuery dragging and dropping plugin Gridly

Views 10612   downloads 2377   Layout & Interface

Gridly is a jQuery plugin ,it enable dragging and dropping as well as resizing on a grids. Installation   To install download one of these packages and include the jquery.gridly.js and jquery.gridly.css…

35
Yays

jQuery Cover plugin - This plugin mimics the CSS3 background-size:cover behavior and therefore makes it available in all browsers

Views 6933   downloads 1166   Layout & Interface

This plugin mimics the CSS3 background-size:cover; behavior and therefore makes it available in all browsers. Compatible with IE 7.0+, Firefox 3+, Safari 3.1+, Opera 9.6+ and Google Chrome.…