- Đã chỉnh sửa
jQuery("#load").fadeOut();
jQuery("#loading").delay().fadeOut("");
Full code js: https://drive.google.com/drive/folders/1aKhtX1NELrzDrw_-vUhOH261N8EC0eWn?usp=sharing
Đoạn code này của 1 theme bootstrap ạ
Việt Nam
jQuery("#load").fadeOut();
jQuery("#loading").delay().fadeOut("");
Full code js: https://drive.google.com/drive/folders/1aKhtX1NELrzDrw_-vUhOH261N8EC0eWn?usp=sharing
Đoạn code này của 1 theme bootstrap ạ
Trịnh Ngọc Minh sử dụng setTimeOut nha
setTimeout(function() {
// code
}, 10000); // Thời gian tính bằng mili giây
Lê Anh Đức , oki a