标签: jquery css
如果我将列数设置为auto,如何获取列数? 由于我的内容是动态的,我无法将列数设置为任何数字。我可以使用列宽生成列并将高度设置为300px。
.column{ -webkit-column-width: 130px; -moz-column-width: 130px; column-width: 130px; height: 300px; }