I'm trying to create drag and drop activity where left side have some images and we have to drop that images into right inside the targeted div. can somebody help me or guide me on this i am new in html5 and jquery?
also if the draggable item is not match with that particular targeted div then it comes back to its original place
logic is like that img drag { if(img == targeted div){ img place inside div }
else{ it reverts to its original position }
and visa versaaa