Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 968 Bytes

README.md

File metadata and controls

40 lines (30 loc) · 968 Bytes

jQuery Justify

jQuery plugin to auto justify HTML elements

Getting Started

Download the production version or the development version.

In your web page:

<script src="jquery.js"></script>
<script src="jquery-justify.min.js"></script>
<script>
jQuery(function($) {
    $('#imageList').justify();
});
</script>

<div id="imageList">
    <img src="cat1.jpg" height="75" width="75">
    <img src="cat2.jpg" height="75" width="75">
    <img src="cat3.jpg" height="75" width="75">
</div>

Documentation

(Coming soon)

Examples

Release History

(Nothing yet)