Is there any way of modifying html drag and drop according to our requirement?
Requirement:-
1.whenever we drag its opacity get decreased,in this case I don't want to decrease its opacity.
2. When we drag instead of original image or div its clone get drag,In this case I don't want to drag its clone instead its original div or image.
3. Any way to get back all drag content back to its original position.
Note:I am taking about only drag n drop of HTML5.