Cái code Spoiler của TBV em test rồi, nó bị lỗi, khi click vào nút spoiler thì nội dung hiện ra, nhưng khi click vào nút spoiler khác thì vẫn hiện ra nội dung trong nút sopiler ở trên
Em có sưu tầm được một code sopiler dùng tốt cho all ver vbb
Code:<div style="margin:20px; margin-top:5px"> <div class="quotetitle"><input type="button" value="Hiện nội dung" style="width:auto;font-size:12px;margin:0px;padding:5px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'Masquer'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Afficher'; }" /> </div> <div class="quotecontent"> <div style="display: none;"> {param} </div> </div> </div>











Trả Lời Với Trích Dẫn

Bookmarks