I've been searching through the forums and I haven't been able to find any code for what I'm wanting to do. I'm not well versed in javascript, so that's why I'm here. What I want to do is this...
I have a bunch of links organized in different "folders" on my page. When I view this page, I see the links grouped below their appropriate folder name. I want to be able to drag a link from one group, drop it onto an image for another group, and then do some db work to tell it to move to this other folder. I envision it visually looking like a windows desktop when you drag a shortcut to the recycling bin. My basic steps are that I need to know what link I'm grabbing, what folder I'm putting it in to, update the database, and then reload the page.
Can anyone give me something to at least to start with on this??
Thanks - Todd
I have a bunch of links organized in different "folders" on my page. When I view this page, I see the links grouped below their appropriate folder name. I want to be able to drag a link from one group, drop it onto an image for another group, and then do some db work to tell it to move to this other folder. I envision it visually looking like a windows desktop when you drag a shortcut to the recycling bin. My basic steps are that I need to know what link I'm grabbing, what folder I'm putting it in to, update the database, and then reload the page.
Can anyone give me something to at least to start with on this??
Thanks - Todd