My problem: I register an information through a modal dialog, when I click save, this information does not automatically list in the listing in IE, but in chrome it works normally. In IE I need to give an F5 in the listing to appear the new record. So I used this function and it refreshes the page but in this process, it is as if it gave F5 before registering the record, so it gives F5 but did not register the information.
$(document).on("click", "#btn-cadastra-atividade", function(){
location.reload(true);});
In the image below it shows the modal where I registered the information and behind the listing where this new information should appear but does not appear using IE, only in chrome