tags:

views:

16

answers:

2

I am developing a web based application where I need to have a detachable toolbar kind of thing. This way user would be able to move the toolbar to somewhere else in the browser while working.

A site already has this kind of functionality. Here is a snapshot

http://skitch.com/neerajdotname/dai12/neeraj-singh-flavors.me

What jQuery plugin might help me get that kind of detachable window?

A: 

You might try jQuery UI's Draggable.

Matt Sherman
+1  A: 
JapanPro