On 19 Ago, 04:29, jack <[EMAIL PROTECTED]> wrote:
> If an event hasn't finished how do I prevent the same event being
> triggered again? Thank you in advance!

you could just unbind() the action from the element that triggers it,
and then re-bind it once the event has completed :)

Reply via email to