$w.onReady(() => { waitForLoading(); }); export function button6_onClick() { $w('#lightbox1').show(); waitForLoading(); } function waitForLoading() { setTimeout(() => { $w('#lightbox1').hide('FadeOut'); }, 1500); }
top of page
ค้นหา
ยังไม่มีโพสต์ที่เผยแพร่แล้วในภาษานี้
หลังจากที่โพสต์เผยแพร่แล้ว คุณจะเห็นข้อมูลที่นี่
bottom of page