api.jqueryui.com icon indicating copy to clipboard operation
api.jqueryui.com copied to clipboard

Document order of events and their default handlers

Open Haraldson opened this issue 11 years ago • 0 comments

I would like to see the flow or order of events, and what each handler takes care of, documented.

I might for instance add a remove: function(e, ui) { e.preventDefault(); } to a Sortable’s options, and then not understand why that makes the stop/update events not fire when an item is dropped in a connected Sortable. In this case, it would be helpful to both know the order of events, and what remove’s handler normally takes care of, enabling me to recreate the parts of it I want, leaving the parts I don’t want behind (like messing up an item’s helper).

Haraldson avatar Jun 10 '14 13:06 Haraldson