I am using jQuery sortable to allow users to manually sort a list(<ul/
>) of items(<li/>).

If the user selects something and wants to cancel the selection before
actually firing the 'change' or 'stop' handler, the native
functionality of the 'esc' key does not cancel the selection. Darn.

Is there an approach that does enable that "cancellation" type
functionality?

Note: I've tried tapping into the native .sortable() callbacks with no
luck.

Thanks in advance for you assistance!

Reply via email to