第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

使用另一個(gè)段落中的鏈接切換段落

使用另一個(gè)段落中的鏈接切換段落

米琪卡哇伊 2023-10-10 10:28:54
我有類似的代碼。除了我的 JS 文件是外部的這一事實(shí)。函數(shù) myFunction() 在該文件的開頭被調(diào)用,如下所示:document.addEventListener('DOMContentLoaded', function () {   myFunction() })但是,它不起作用 - 當(dāng)單擊第一段中的“此處”一詞時(shí),它沒有顯示第二段中的文本。我想也許我應(yīng)該以其他方式調(diào)用該函數(shù)。任何給定的想法都會(huì)非常有幫助。謝謝。PS 此外,單擊時(shí),窗口應(yīng)滾動(dòng)到新打開的段落。function myFunction() {  var x = document.getElementById("myCollapsible2")    if (x.style.display === "block") {    x.style.display = "none";  } else {    x.style.display = "block";  }}p{    background: #eee;    border: 1px solid #ccc;    margin: 20px 0;    padding: 30px;}.bs-example{    margin: 20px;}.link-color {color: red;}<html>    <head>        <meta charset="utf-8">        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">        <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">        <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">        <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>        <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js">.</script>        <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>    </head>    <body>        <div class="bs-example">            <input type="button" class="btn btn-primary" data-toggle="collapse" data-target="#myCollapsible" value="Toggle Button">            <div id="myCollapsible" class="collapse"><p>This is a simple example of expanding and collapsing individual element via data attribute. <br>Click on the <b>Toggle Button</b> button to see the effect. If you click <a onclick="myFunction()" class="link-color" href="#">here</a>, you should see the other paragraph. </p></div>            <div id="myCollapsible2" class="collapse"><p>This is a simple example</p></div>        </div>    </body></html>          
查看完整描述

目前暫無任何回答

  • 0 回答
  • 0 關(guān)注
  • 163 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)