国产gaysexchina男同gay,japanrcep老熟妇乱子伦视频,吃奶呻吟打开双腿做受动态图,成人色网站,国产av一区二区三区最新精品

HTML事件屬性onggle

2018-01-05 13:58 更新

HTML事件屬性onggle


觸發(fā) ontoggle 屬性事件當打開或關閉< details> 元件。

HTML5中的新功能

ontoggle 屬性在HTML5中是新的。

句法

<details ontoggle="script">

支持的標簽

<details>

瀏覽器兼容性

details Yes No No Yes Yes


例子

<!DOCTYPE html>
<html>
<body>


<details ontoggle="myFunction()">
    <summary>Open the summary</summary>
    <p>this is a test.</p>
</details>

<script>
function myFunction() {
    console.log("The ontoggle event occured");
}
</script>

</body>
</html>

Click to view the demo



以上內容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號