Discussion :: Javascript - CS
- Which of the following are the drag and drop events?
Answer : Option C
Explanation :
The API defines the following seven event types :
1. dragstart
2. drag
3. dragend
4. dragenter
5. dragover
6. dragleave
7. drop
Be The First To Comment