gpt4 book ai didi

javascript - 当用户点击使用 javascript 函数时显示一个 div

转载 作者:行者123 更新时间:2023-11-30 13:33:57 24 4
gpt4 key购买 nike

我需要在用户点击按钮时在网页上显示一个 div。 有人知道怎么做吗?

到目前为止我的代码:

<body onload ="init()">
<input type="button" value="Display the div tree" onclick="check();" />

<script ="text/javascript">

function check() {
// I'd like to display on the page the div tree
}

</script>

<div id = "tree" style="display:none"> // I don't want to display it unless the user clicks on the button "Display the div tree"
</div>

</body>

谢谢,

布鲁诺

最佳答案

document.getElementById('tree').style.display='';

将其包含在您的检查功能中

关于javascript - 当用户点击使用 javascript 函数时显示一个 div,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5674929/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com