Hi,
I'm using this script for my online shopping basket: http://www.webresourcesdepot.com/fly-to-basket-effect-with-jquery/.
Like people suggest in the comments it's easy buggy when you click multiple times on the same image. How can I disable the img link when it's clicked once and re-enable it when the product is added to the basket?
I've tried setting the attribute HREF of to # in the beginning of the function, but that doesn't help.
So when a user clicks the function needs to be executed, but the link should be disabled as long as the function is busy.
thanks in advance for your help.