2010-06-18から1日間の記事一覧

jqueryで特定のDIVだけrefreshさせたいときのサンプル

$(function() { setInterval(function() { $('#refreshArea').fadeOut('slow').load('refresh.php #refreshArea').fadeIn('slow'); }, 15000); });