just added some shake effect when user submit form on the inputs that not being full.
But when user press many times on submit button the shake effect fired many times.
How can I prevent it from being fired more than one time?
stop() - not workings.
clearQueue() - stop it even if it moves from it's first place in the page.
This is what I came with:
$(this).effect("shake");
Thanks :)