this.is.lance.miller@gmail.com GoFundMe
function updateAge() { $('.age').each(function(){ var age=$(this).text(); age++; $(this).text(age); }) } $(document).ready(function(){ console.log('document ready'); setInterval(updateAge, 1000); })
Post a Comment
No comments:
Post a Comment