Thursday 7 August 2014

How can I refresh a page with jQuery?

$(document).ready(function () {
    location.reload();
});