Jquery : Refresh/Reload the page on clicking a button

前端 未结 7 2091
独厮守ぢ
独厮守ぢ 2021-01-30 10:51

I have a button which loads after a ajax call , on clicking i want to reload the page (like i press f5)

I tried

$( \".delegate_update_success\" ).click         


        
相关标签:
7条回答
  • 2021-01-30 11:22

    You can also use window.location.href=window.location.href;

    0 讨论(0)
提交回复
热议问题