Hi all,

I'm bit of a jQuery newbie, and I'm trying to implement a custom page designer. 
I want to have "tool" on the left that the user can drag onto the "workspace" 
and drop, placing the item where dropped.

I found the plug-in jquery.event.drag-1.0.js, and am trying to get that to 
work. I setup a div representing the tool, and a div representing the item 
being dragged. The appearance of the item dragged is different from what the 
user would click and drag on - i.e. The user clicks on an item "Text", and as 
they drag it, it appears as a box the size of the item that will be created 
when it is dropped.

The "work in progress" is at:
http://www.sloanthrasher.com/admin/layoutwiz/

Reply via email to