jQuery.column : CSS3 column layout with jQuery

    jQuery.column : CSS3 column layout with jQuery

    Simulate CSS3-style automatic columnization for the few browsers (IE) that don’t support it. It tries to follow CSS3 specification (http://www.w3.org/TR/css3-multicol/) closely.

    This should point to the DOM node(s) that hold the content to be columnized. Typically this is a element, but other elements are possible.

    Leave a Reply