I need my interface to 'return' during a dragEnd event if a user drags an object from one listbox to nowhere.
My interface consists of a jqxWindow with a sourcing jqxListBox of objects and a jqxpanel that consists of 1..n jqxListBox targets. In the case of having only one target jqxListBox, the panel is 1/3 empty, so the user can possibly drag an object onto an area without a jqxListBox.
I am using the dragEnd event as an update to my server application when objects are dragged between lists.
Utilizing jQuery core 2.3.1 and jQWidgets 4.5.1