Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
小提琴- 只是希望它根据文档示例水平滚动。我不知道为什么它不起作用。
$('#container').isotope({ masonry: { columnWidth: 240 } });
您忘记使用layoutMode告诉它使用水平布局的选项。
layoutMode
$('#container').isotope({ layoutMode: 'masonryHorizontal', masonryHorizontal: { rowHeight: 160 }, resizesContainer: false });
注意:文档似乎也缺少这一点,但在所有其他选项中都提到了它,因此您可以推断它
我有一个 GridView 模板字段,其中包含一个 ASP:Label 字段,该字段每行都有一个唯一的参考号。我还为该控件分配了一个打开的 Javascript 函数,该函数在新窗口中打开一个 URL 并显示具有相同参考编号的文档。<