views:

127

answers:

1

Do you know any project/framework in javascript (jquery or anything else) that has nice draggable windows that snaps in some fixed places like netvibes has? I found jPolite v2 but it seems a little too complex for what I want to do. Any idea?

A: 

You could use jQuery UI sortable. Look at the portlet example

PetersenDidIt
Seems great. The only thing that scares me a little is that the windows have all the same width. I'd like the boxes to "resize" to the drop zone if possible, not sure if this plugin will do. But I'll try it if I don't find anything else and post my results. Thanks! :)
Well I tried it live with firebug and just resizing the column worked, the little boxes resized themselves correctly. So thanks, I'll use that! :)