[Truyện] Vương Nghịch

Đang có: 145 đạo hữu ghé thăm
📖 Hiện / Ẩn Mục lục

Hãy chọn một chương để đọc...

Trả lời

Email của bạn sẽ không được hiển thị công khai.

You cannot copy content of this page

document.addEventListener("DOMContentLoaded", function () { var toc = document.getElementById("toc_container"); if (toc && window.innerWidth <= 768) { var btn = document.createElement("div"); btn.className = "toc-toggle-mobile"; btn.textContent = "📋 Xem mục lục"; // Chèn nút trước TOC toc.parentNode.insertBefore(btn, toc); btn.addEventListener("click", function () { if (toc.style.display === "none" || toc.style.display === "") { toc.style.display = "block"; btn.textContent = "📋 Ẩn mục lục"; } else { toc.style.display = "none"; btn.textContent = "📋 Xem mục lục"; } }); // Ẩn TOC lúc đầu toc.style.display = "none"; } });