jquery显示隐藏元素的4种方法
摘要:1 $("#btnSubmit")[0].style.display="block";显示 $("#btnSubmit")[0].style.display="none";隐藏 2. $("#btnSubmit").css("visibility", "hidden");显示 $("#btnSubm
阅读全文
html標籤內容補充
摘要:html標籤內容補充 input標籤<div class="form-group" view-group=""> <label for="text" >:</label> <input id="text" name="text" type="text" class="form-control"> <
阅读全文
Bootstrap使用父子表
摘要:Bootstrap使用父子表: css(可忽略): table, td, th { margin: 0; padding: 0; vertical-align: middle; text-align: left; font-size: 12px; border-color: #f2ecec !imp
阅读全文