1.

Which of the following are the drag and drop events?(a) drop(b) dragstart(c) both drop and dragstart(d) dropover

Answer» Right option is (c) both drop and dragstart

Easiest explanation: HTML Drag and Drop interfaces enable applications to use drag and drop features in Firefox and other browsers. The API defines the following seven event types :

dragstart

drag

dragend

dragenter

dragover

dragleave

drop


Discussion

No Comment Found

Related InterviewSolutions