<script type="text/javascript"> function ShowHideDiv(chkPassport) { var dvPassport = document.getElementById("dvPassport"); dvPassport.style.display = chkPassport.checked ? "block" : "none"; } </script> <label for="chkPassport"> <input type="checkbox" id="chkPassport" onclick="ShowHideDiv(this)" /> Do you have Passport? </label> <hr /> <div id="dvPassport" style="display: none"> Passport Number: <input type="text" id="txtPassportNumber" /> </div>
Bạn dùng code trên và test xem phương thức thực hiện nhé.
Chúc bạn thành công.
Tagged with: code javascript ẩn hiện div, js hide and show div, share code
Code fake php 100 điểm Google Page Speed Insights cho Nodejs if (req.get('User-Agent').includes('Lighthouse')) { return...
Dưới đây là code để bạn gắn vào website, có thể gắn vào Wordpress hoặc các mã nguồn khác nếu bạn thấy phù hợp....
convert the string to lowercase, calculate the string length, get the first letter of the string, convert the first letter to uppercase, get the...
Để dễ hơn trong việc gắn thêm nút mở popup thêm ảnh vào hay upload ảnh avatar trực tiếp trên thư viện wordpress như...
Hôm nay mình mới nghịch có một đoạn code copy bên nước ngoài, chia sẻ cho AE. Chống copy nội dung của website khi bôi...
Gắn code nút hotline, nút gọi có cả icon cho website. Tham khảo thêm một hotline khác : Gắn hỗ trợ Hotline Zalo Fanpage...
Bình luận bài viết
Đăng nhập để bình luận và xem các bình luận khác.