Search code examples
javascriptdrag-and-dropgridalignmentdock

Is there a Grid Alignment System in JavaScript?


I was wondering whether anyone knew of a JavaScript alignment system like the one on this page: http://trilancer.com/jpolite2/index1.html where you can drag the modules on the page into place? Thanks in advance.


Solution

  • jQuery UI Sortable provides something pretty close to this.

    See the portlets demo here.