Q98
Which of the following are the drag and drop events?
A.
drop
B.
dragstart
C.
both drop and dragstart
AnswerD.
none of the mentioned
Answer: Option C
Solution
Answer: Option C
Solution:
The API defines the following seven event types :1. dragstart
2. drag
3. dragend
4. dragenter
5. dragover
6. dragleave
7. drop