Tag: UI
ondragenter and ondragleave events
Customize UI to indicate drag drop effect using events ondragenter and ondragleave Html5 provides us one of the most useful features of drag-drop. The dragging and dropping of files from OS to your web application becomes very easy using drag-drop
Drag and Drop in Jquery UI
Drag and Drop in Jquery UI Problem: Jquery UI provides APIs to make DOM elements draggable and droppable. We can do some things out of the box by using its APIs. I have written a Jquery code below in which