Making Use of Drag and Drop Event in JavaScript

Try Fast Read
0
0



We all remember captcha of MeroSanoKatha, if not here is a preview
2hz713q.jpg

This uses three event Handlers Mouse Down, Mouse Move and Mouse Up. So when you click and move mouse, the object has to be dragged, and on living mouse click the object will be dropped.

You can use your creativity to work with it, I have done this using JavaScript Dom2 Event Model, here is the snippet
Source Code
You can check out the demo Here
or go to MeroSanoKatha website to see the working version

Post navigation