I am trying to simulate the drag and drop simulation using jquery-simulate-ext plugin of jquery-ui.
Before I give the details of the scenario , let me show you th
it is because it simulating drag event only without drop, use drag-n-drop instead.
drag
drop
drag-n-drop
draggable.simulate("drag-n-drop", {dx: dx, dy: dy});