Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Fancyboxを閉じると、ページ全体ではなくdivのみをリロードしたい...同じ問題について多くの投稿を読みましたが、誰もが私のために有効な解決策を持っていました.
何か案は ?
ありがとうございました !
onClosedイベントhttp://fancybox.net/apiでは、divをリロードできます
onClosed
$("#div").load("/url/to/reload");
また
$("#div").html("refreshed content");