A different kind of jquery sortable

前端 未结 5 501
滥情空心
滥情空心 2021-02-01 09:44

I have elements of different sizes that are arranged somewhat acording to a grid (like in the image below) and I want to drag and drop properly those elements. Is there a plugin

相关标签:
5条回答
  • 2021-02-01 10:15

    I know you asked for this a while ago, but I finally remembered what it was called...

    http://masonry.desandro.com/

    Cheers.

    0 讨论(0)
  • 2021-02-01 10:22

    Here's a simple way to do it using Isotope and jQuery UI.

    0 讨论(0)
  • 2021-02-01 10:24

    Try isotope's re-layout. But be sure to look at their OTHER examples on Isotope as well. Anyway...this should give you a healthy starting point.

    0 讨论(0)
  • 2021-02-01 10:26

    At Ducksboard we just launched gridster.js, a jQuery plugin that makes possible to build draggable layouts from elements spanning multiple columns. A live demo can be seen at gridster.net.

    We are using it to arrange widgets of differents sizes in our dashboards. Hope you like!

    0 讨论(0)
  • 2021-02-01 10:32

    Take a look at Geckoboard, which (I believe) uses jQuery Sortable to achieve the drag n drop grid layout.

    0 讨论(0)
提交回复
热议问题