Answers for "add delay to button"

3

add delay to button

<button href="javascript:setTimeout(()=>{window. location = 'URL' },500);">
My Button</button>
Posted by: Guest on March-19-2022

Browse Popular Code Answers by Language