Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which of the following are the drag and drop events?

  2. A.

     drop

    B.

     dragstart

    C.

     both drop and dragstart

    D.

     none of the mentioned

    View Answer

    Workspace

    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