I have a throbber that is to appear when a user clicks a link.
The problem is is that that same link can be clicked and dragged to be rearranged. In this case, I wouldn't need the throbber to appear. It only needs to appear if its actually waiting to go somewhere.
How can I, with jQuery, create an event listener that would only allow a throbber to appear if its a click through to a link, and not a click and drag?
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…