** Smart-ish column stretching with jQuery **
$(function() {
var $columns = $('ul#columns');
$(window).resize(function() { $columns.columns() }).resize();
});
Copyright (c) 2011 Stateless Systems
** Smart-ish column stretching with jQuery **
$(function() {
var $columns = $('ul#columns');
$(window).resize(function() { $columns.columns() }).resize();
});
Copyright (c) 2011 Stateless Systems