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". Link to comment https://forums.phpfreaks.com/topic/201586-jquery-drag-and-drop/ 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 Link to comment https://forums.phpfreaks.com/topic/201586-jquery-drag-and-drop/#findComment-1057556 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/ Link to comment https://forums.phpfreaks.com/topic/201586-jquery-drag-and-drop/#findComment-1058232 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.