Modify these codes, to auto click a button?

Hi,

You could add the following to the end of the startTimer function:

$("#no").trigger("click");

Do you want the countdown to keep looping, or just countdown once?