var nm = 'input_name'; setTimeout(function(){ $('input[name='+nm+']').css('background-color', '#000000') },intrvl );