Call js-function using JQuery timer December 3, 2022 by Tarik You can use this: window.setInterval(yourfunction, 10000); function yourfunction() { alert('test'); }