我有代碼BU阿賈克斯這樣的:開彈出對話框打開時
$("document").ready(function(){
$(".open_popup").colorbox({width:"580px", inline:true, href:"#subscribe_popup"});
});
這是彈出框,我需要在打開的頁面中打開該彈出窗口,打開這個彈出我用這個代碼
<a href="#" class="open_popup">Click here to open the popup</a>
如何打開彈出的onload標籤在身上。
您是否希望有一個彈出的頁面加載無論用戶交互時,或者當'了'標籤被點擊時? – nerdarama
當我點擊一個打開,但我需要打開時,加載頁面 –