Well, that appears to be a basic countdown timer.. but that's not exactly what I need. Unless I'm missing something, that would just display a 'time left' until the specified event time. What I want is a timer that will actually REPLACE a link and then give the link back when time is up.
For example.. if a user clicks the link to search for something (labeled "Search"), and they must wait at least one full minute before they're allowed to click "Search" again, the page should not display the "Search" link.. instead it would display the timer counting down 60 seconds. And when the timer reaches zero, the timer would be replaced by the newly (re)available "Search" link.
If possible, I don't want the whole page to refresh to switch the link/timer back and forth.. I would prefer that the page stay loaded and just the link/timer change places (without reloading the whole page each time).