phpdeveloper82 Posted May 13, 2010 Share Posted May 13, 2010 I wish to create an Interface to choose Multiple answers using Drag & Drop rather than CheckBox near to the answers. User can choose two types of answers (Real Answer and a Fake Answer). The User has Two Images (for Real & Fake) on the answer page. User can drag an Image and drop near to the selected answer. It is possible to change the selection by moving the "image and drop over some other answer". I have used a "div formatted with an image" near to all answers, so user can drop the image (ie fake or real image) over this "div". I have used JQuery to move the "image" and drop over the "div". Now I need add the code to the "div" (ie container used to hold the image) to identify which "image is placed over it" ie either "fake or real". Quote Link to comment Share on other sites More sharing options...
phpdeveloper82 Posted May 13, 2010 Author Share Posted May 13, 2010 Test page: http://livematrimony.com/dragdrop/index.php Quote Link to comment Share on other sites More sharing options...
RichardRotterdam Posted May 14, 2010 Share Posted May 14, 2010 This might help http://jqueryui.com/demos/droppable/ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.