0

好的,所以我在hidden.bs.modal触发 bootstrap3 模态事件时更改 url,这是一个示例

$(document).ready(function(){
    $("#exampleModal").on('hidden.bs.modal', function () {
        window.location = "http://example.com/example.php?test=1";
    });
});

问题是当window.location设置test参数时没有传递。有什么建议么?

4

0 回答 0