Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which of the following property is used to determine which drag operation was desired?

a) dragend
b) getData
c) dropEffect
d) captureData

Answer: c
Explanation: When the user finishes dragging an element, dragend is occurred. 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.

Join The Discussion