Let's say I have a <div>.
When onMouseUp fires, I do setTimeout(..., 0).
Is the onClick event guaranteed to fire before the timeout?
Let's say I have a <div>.
When onMouseUp fires, I do setTimeout(..., 0).
Is the onClick event guaranteed to fire before the timeout?