[removed].reload(); not working for Google chrome

后端 未结 7 825
滥情空心
滥情空心 2020-12-18 23:08

I am using AJAX action after getting the response, I want to reload the current page, for which I am using:

 window.location.reload();

It w

相关标签:
7条回答
  • 2020-12-18 23:43

    Try this to reload page using JavaScript.

    window.location.href = window.location.href;
    
    0 讨论(0)
提交回复
热议问题