Small change that is very helpful for layouts with more the one div element with the container class.
$(document).ready(function(){
$('a#switchgrid').click(function(){
$("div.container").toggleClass('showgrid');
$(this).toggleClass('off')
});
});
Comments
Comment #1
mcrittenden commentedWill get on this ASAP.
Comment #2
mcrittenden commentedCommitted into Beta 4: http://drupal.org/node/651278
Thanks!