Quated: http://0-9.sakura.ne.jp/pub/appsemi/start.html
$('body').on('click', 'a', function(e) { e.preventDefault(); $.get($(this).attr('href')).success(function(html) { $('body').html(''); $('body').append($(html).find('body')); }) });