GSimon
09-24-2012, 03:20 AM
1) Script Title: DOM Drag & Drop script
2) Script URL (on DD):
DOM Drag & Drop script (not in use currently): http://www.dynamicdrive.com/dynamicindex11/domdrag/
Additional Scripts:
Genie-like list items animation (In Use, Modified) http://codepen.io/mishunov/pen/hgfou
Drag and Drop JavaScript 1st Example (not in use currently): http://www.webreference.com/programming/javascript/mk/column2/index.html
My Website:
http://classfind.ca/draganddrop.php
3) Describe problem: I would like to add the DOM Drag & Drop script to my website in order to drag a room # over to the box on the right. Currently you can click on a room # and it will move over to the box on the right, I want this same effect but with the drag and drop script added. The third link I posted titled "Drag and Drop JavaScript 1st Example" is what I'm hoping to accomplish.
I would also like to limit the amount of room # links that can be added to the 'Landing zone' box so that it does not overflow.
Also, I would like to add in a cookie to save the user session, as solved before in this thread here: http://www.dynamicdrive.com/forums/showthread.php?70528-DOM-Drag-amp-Drop-script-save-new-positions-for-reloading-page . Along with having a reset feature (button) as well.
Last thing..I'm looking for a way to redo the effect of adding the room # to one side. For example if you could click on the room # once its in the 'Landing zone' it would return to the list on the left.
Thanks, will maybe need to bring this thread over to the General Paid Work Requests forum since its asking for a few things.
Edit: So I think I'm making some progress with the drag and drop feature, using a script similar to the one found from the blog post here: http://blog.tool-man.org/2005/04/15/drag-between-lists/12/ . Am still unsure how to reset the lists or how to click to send them among other things.
2) Script URL (on DD):
DOM Drag & Drop script (not in use currently): http://www.dynamicdrive.com/dynamicindex11/domdrag/
Additional Scripts:
Genie-like list items animation (In Use, Modified) http://codepen.io/mishunov/pen/hgfou
Drag and Drop JavaScript 1st Example (not in use currently): http://www.webreference.com/programming/javascript/mk/column2/index.html
My Website:
http://classfind.ca/draganddrop.php
3) Describe problem: I would like to add the DOM Drag & Drop script to my website in order to drag a room # over to the box on the right. Currently you can click on a room # and it will move over to the box on the right, I want this same effect but with the drag and drop script added. The third link I posted titled "Drag and Drop JavaScript 1st Example" is what I'm hoping to accomplish.
I would also like to limit the amount of room # links that can be added to the 'Landing zone' box so that it does not overflow.
Also, I would like to add in a cookie to save the user session, as solved before in this thread here: http://www.dynamicdrive.com/forums/showthread.php?70528-DOM-Drag-amp-Drop-script-save-new-positions-for-reloading-page . Along with having a reset feature (button) as well.
Last thing..I'm looking for a way to redo the effect of adding the room # to one side. For example if you could click on the room # once its in the 'Landing zone' it would return to the list on the left.
Thanks, will maybe need to bring this thread over to the General Paid Work Requests forum since its asking for a few things.
Edit: So I think I'm making some progress with the drag and drop feature, using a script similar to the one found from the blog post here: http://blog.tool-man.org/2005/04/15/drag-between-lists/12/ . Am still unsure how to reset the lists or how to click to send them among other things.