fancybox のバージョンを更新したところ、親ページの rafraichisement が機能しないことに気付きました。私がする前に:
OnClosed: function () {
parent.location.reload (true);
}
しかし、今日はどうすればいいですか?
ご協力ありがとうございました
afterClose: function() {
window.location.reload()
}
// Tested and works as expected
$(".fancybox").fancybox({
afterClose: function() {
window.location.reload();
}
});
afterClose
コールバックは、閉じるアニメーションが終了した後に呼び出されます。ちなみに: http: //fancyapps.com/fancybox/#docs