0

i'm sitting on this problem since 2 days. http://jsfiddle.net/DSk8D/

i want to implement jquery.masonry with the grid view, but the jquery hook is wrong $('#products.grid').masonry({ ? only on refresh it works a bit - eh strange. i tried so many things but nothing worked.

I will be very thankful for help.

4

1 に答える 1

0

ドキュメントのグリッド ビューを準備したい場合は、ドキュメントが読み込まれた後にグリッド クラスを製品 ID に割り当てる必要があります。

$("#products").addClass("グリッド");
. 可能であれば、html テンプレートに追加できます。

 <div id="products" class="grid">
于 2012-08-01T22:19:45.843 に答える