0
我使用jquery Gridly拖放控件。在jQuery Gridly的文檔中寫道,該插件支持拖放和重新大小。如何在jQuery網格中調整窗口小部件的大小?
有人可以請讓我知道我在哪裏可以找到調整大小的一個例子或者給我一個提示如何實現它。
您可以查看以下codepen代碼,並告訴我如何reseizing上使用jQuery gridly塊完成。
<div class="gridly">
<div class="brick small"></div>
<div class="brick small"> <span style='color:white; font-size:18px;'>Drag and drop this block where you want it!</div>
<div class="brick large"><img style="margin:20px" src='http://lorempixel.com/150/150/animals'></div>
<div class="brick large"><img style="margin:20px" src='http://lorempixel.com/150/150/sports'></div>
<div class="brick small"></div>
<div class="brick small"></div>
<div class="brick large"><img style="margin:20px" src='http://placebear.com/150/150'></div>
</div>
預先感謝您
我不明白這個代碼是什麼?你可以請它添加一個codepen讓我看看它 –
檢查形式:http://www.trirand.com/blog/jqgrid/jqgrid.html –
我真正需要的jQuery gridly.Thank你雖然 –