user171034
user171034

Reputation: 105

Rearrangeable DIVs in javascript (jQuery plugins)

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

Upvotes: 1

Views: 1604

Answers (1)

SLaks
SLaks

Reputation: 887449

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

Upvotes: 3

Related Questions