tags:

views:

36

answers:

3

is there a library in javascript where i can let the user drag and drop boxes and configure? like igoogle.

+2  A: 

Check out jQuery UI for jQuery. It has a Draggable class that will allow you to drag and drop elements.

Andy E
+1  A: 

Checkout this plugin Easy Widgets that was inspired by this tutorial on nettuts that goes over how to build an iGoogle like interface using jQuery in detail. The plugin's home page is down but the source code is available, and you can still see a demo of the nettuts tutorial in action here.

Anurag
+1  A: 

Check ScriptAculous to enable drag and drop

    http://wiki.github.com/madrobby/scriptaculous/draggable 
http://www.tutorialspoint.com/script.aculo.us/scriptaculous_drag_drop.htm
Ifi