I have a link with an image, where it is attached a click and a draggable handler.
I’d like to disable the click handler if I move the link (e.g. if I drag it).
Than, re-active it, so if after I just click, I get it.
How can I do? .unbind will remove the whole handler, I think…
if you mean, you dont want anchor click event to interfere during dragging, then you can capture all click events on the link/anchor tag and hook it up with the stop event on draggable, something like: