How can I refresh a page with jQuery?
The jQuery Load function can also perform a page refresh:
Load
$('body').load('views/file.html', function () { $(this).fadeIn(5000); });