Drag and Drop Using JavaScript
Author:
Mohammad Azam
JavaScript is an incredibly powerful scripting language. You can create all sort of cool effects using different features provided by JavaScript. One of the coolest effect is the drag and drop feature. As, the name implies you can drag the items on the screen and drop it anywhere hence, changing the position of the items. Usually the draggable item is dropped in the zone known as the drop zone. In this article I will cover the basics of the drag and drop functionality provided by the JavaScript.
More Tutorials
|