onDrop(s,t,d,e)

called when mouse was released over drop area and defines dropping behavior

Parameters

  • s - source html object (optional)
    • object
  • t - target html object (optional)
    • object
  • d - dropped html object (optional)
    • object
  • e - event object (optional)
    • object

Returns

method doesn't return any data