How to reload page on closing a Bootstrap 3 modal

后端 未结 3 901
后悔当初
后悔当初 2021-02-01 01:56

My aim is to get the page to reload when a Bootstrap modal is closed. The user can close the modal by clicking on the close button or icon or by clicking away from the modal.

3条回答
  •  独厮守ぢ
    2021-02-01 02:51

    try this with your button:

    onclick="javascript:window.location.reload()"
    

    full button:

    
    

    example: http://jsfiddle.net/Valtos/52VtD/2288/embedded/result/

提交回复
热议问题