Skip to content

hhelwich/jquery-justify

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published