#Introduction

In case you haven’t, you should start by reading the introduction to jQuery Masonry. The usage of jQuery Masonry Ordered is almost same, this page highlights the few differences.

Getting started – markup

The only difference is that after including jQuery and Masonry, you need to include Masonry Ordered:

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script src="/path/to/jquery.masonry.min.js"></script>
<script src="/path/to/jquery.masonry.ordered.js"></script>

Repository / development

The repository of jQuery Masonry Ordered is at github.com/tasuki/masonry-ordered. There you can find the newest version, submit bug reports, or help with development.

Thanks to:

Changelog

The major.minor version numbers signify compatibility with jQuery Masonry. The part after the dash signifies changes within jQuery Masonry Ordered.

v2.1-beta2, Aug 2012 – fix bricks wrapping too early
v2.1-beta, Feb 2012 – initial release

License

JQuery Masonry Ordered is provided under the MIT license:

Copyright © 2012 Vit ‘tasuki’ Brunner

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

The software is provided “as is”, without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.

jQuery Masonry Ordered by Vit ‘tasuki’ Brunner