私はこの答えを得た同様の質問をしましたが、それを使用可能なマークアップに移動しようとすると、運が悪くなります。
基本的に、4 div x 3 div の行があります。クリックすると、グリッド内の他のすべての div を展開し、必要に応じて切り替えるには、次の div が必要です。animate と toggle を使用してみましたが、役に立ちませんでした。ここでテーブルを使用した一例http://jsfiddle.net/gGc5K/。
可能であれば nexr メソッドを使用して、次のマークアップを同じように (トグルを閉じて) 動作させる必要があります。
ありがとう
<!--div in the grid--><div class="gridBox" id="one"></div>
<div class="pop" id="bigOne">Content here and a toggle link</div><!--This div needs to expand over the full grid-->
<!--div in the grid--><div class="gridBox" id="two"></div>
<div class="pop" id="bigTwo">Content here and a toggle link</div><!--This div needs to expand over the full grid-->