I need to allow the user to re-order a number of DIVs on the screen, each of which contains a title DIV that would be the drag handle. UI's sortables seems almost perfect, but I don't see how I can apply it to the divs in my case... Any suggestions?

A sample div might look something like:

--------------------------------
| title                        |
--------------------------------
|                              |
|  content                     |
|                              |
--------------------------------

or

<div class="container">
  <div class="title">My Title</div>
  <div class="content">Some content here</div>
</div>

Thanks in advance.

Shawn

Reply via email to