Hi All,
Im using some jQuery sortables and I basically have two event handlers set up in the sortable init (receive and stop) The problem is, If the receive event fires then I don't want the stop event to fire. In other words, it's sending two ajax requests to my server when I only need one sent.
Is there some way to check if the receive event has already fired?
Thanks!