In jQuery how could you go about disabling a button and have it re-enable after a few seconds?
I've tried using a .delay(###).attr and .removeattr, but I can't get it to work. From what I've read this is due to .delay made for animations and instead I need to use fadeout?