$(function(){ video_txt(); setInterval(video_txt, 4000); function video_txt(){ $('.video_txt').fadeOut(2000); $('.video_txt').fadeIn(2000); } });