jQuery - show element periodically with setInterval

0 votes
197 views
added Mar 13, 2019 in jQuery by LC Marshal Captain (25,790 points)
setInterval(function () {
  showSto(); // show function
}, 1000); // show every 10 seconds

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...