Home > jquery-columns

jquery-columns

Jquery-columns is a project mainly written in ..., it's free.

Smart-ish column plugin.

jquery-columns

Smart-ish column stretching with jQuery

Synopsis

$(function() {
  var $columns = $('ul#columns');
  $(window).resize(function() { $columns.columns() }).resize();
});

License

MIT

Copyright (c) 2011 Stateless Systems

Previous:TestRepo