function showtime() { var tim=new Date(); $('.tes2').html(tim); } $(document).ready(function () { window.setInterval('showtime()',1000); })