I am working with the jQuery UI Sortable plugin and everything works as expected accept for one issue. After I am done dragging an item to reorder the list (a list of <A>
tags) the click event fires after the drop is done.
Anyone run into this issue before? If so, how did you go about fixing it?