I'm trying to have a <div> that contains all of a users images. Then I want the user to be able to drag the images from the gallery <div> to other multiple <div>s. After the user has filled in all the <div>s that they would like I would to know what images were dragged to the <div> and then actually submit these to a database. I know I have to use a <form> to do this with the Jquery and using the <div> and also don't know how to find out what image is in the <div>. Can anyone give me any ideas on the best way to accomplish this?
Question
treeleaf20
All,
So I'm trying to use the following jquery UI:
http://jqueryui.com/demos/droppable/#photo-manager
I'm trying to have a <div> that contains all of a users images. Then I want the user to be able to drag the images from the gallery <div> to other multiple <div>s. After the user has filled in all the <div>s that they would like I would to know what images were dragged to the <div> and then actually submit these to a database. I know I have to use a <form> to do this with the Jquery and using the <div> and also don't know how to find out what image is in the <div>. Can anyone give me any ideas on the best way to accomplish this?
Thanks in advance for the help.
Link to comment
Share on other sites
7 answers to this question
Recommended Posts