JQuery: has a button been pressed again within so many milliseconds..
Hi, I'm writing a web application that decodes Morse Code that is tapped in using mouse button. I originally did a proof of concept using conventional JavaScript, but now I'm redoing it using jQuery. Is there a clever way with jQuery to tell if a button has been pressed again within so many milliseconds, or not - and run some jQuery c...