views:

55

answers:

1

Anyone knows how i can implement re-arrangable divs (Drag the divs around on the page, but divs should not be overlapped, something like igoogle widgets). I was trying to see if i can find any jQuery plugins available, but couldnt find any.

thanks

+2  A: 

Use jQuery UI's sortable; it does exactly what you're looking for (in spite of the poorly chosen name).

SLaks
thats right.. :) that should do . thanks
Then you should accept this answer by clicking the hollow check.
SLaks