$(document).ready(function () { setTimeout(function() { var n = $('.chet').length ; $('#d_n').text(n) ; $('#i_n').val(n) ; }, 5000) ; }) ;