iT邦幫忙

2022 iThome 鐵人賽

DAY 12
1

boostrap的方法

請導入boostrap的CDN

隱藏的內容

 <div class="erpinside accordion-collapse collapse" aria-labelledby="ERP_heading"
            data-bs-parent="#accordion_main" id="erpinside">
            <span>123321</span> 


顯示內容的按鈕

<button type="button" class="topbutton" data-bs-toggle="collapse" data-bs-target="#erpinside"
                    aria-expanded="true" aria-controls="ERP_manage">
                    <div class="indent"><strong>ERP對應管理</strong></div>
                </button>


靠id接起來

javascript方法

​
    <Script>
        function selectprl() {
        if (choseerp.value == "PRL" || choseerp.value == "Tommy") {
                Configuration_visibla()
            }
        }
         function Configuration_visibla() {
            document.getElementById("edit").style.display = "flex";
            }


隱藏的內容

<div class="container" style="display:none" id="edit">
 <span> 我在這 </span>
 </div>

上一篇
<DAY11><發病><隨意寫寫>
下一篇
<DAY13><發病><隨意寫寫>
系列文
九局下半的學習日誌30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言