tommoor / distribute-jquery-plugin

Ensures child elements are horizontally spaced evenly in fluid layouts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jQuery Distribute Plugin

This plugin allows you to evenly distribute elements across the page whilst maintaining minimum and maximum margins between them.

Find the Documentation Here

Perfect for displaying a grid of images within a fluid layout like google images. For best affect call on page load and resize, for example:

	$(window).resize(function(){
		$('#search-results ol').distribute();
	});

	$('#search-results ol').distribute();

About

Ensures child elements are horizontally spaced evenly in fluid layouts


Languages

Language:JavaScript 100.0%