How can I refresh a page with jQuery?
$(document).on("click", "#refresh_btn", function(event) { window.location.replace(window.location.href); });