Home / CSE MCQs / HTML MCQs :: Discussion

Discussion :: HTML MCQs

  1. Which of the following property is used to determine which drag operation was desired?
  2. A.
    dragend
    B.
    getData
    C.
    dropEffect
    D.
    captureData

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    During the drop event, you should retrieve that data that was dropped from the event and insert it at the drop location. One can use the dropEffect property to determine which drag operation was desired.


Be The First To Comment