HTMLElement.click()
io error: No such file or directory (os error 2) (/home/runner/work/yari/yari/mdn/translated-content/files/zh-tw/web/api/html_dom_api/index.md)
HTMLElement.click()
方法可以模擬滑鼠點擊一個元素。
當 click()
被使用在支援的元素(例如任一 <input>
元素),便會觸發該元素的點擊事件。事件會冒泡至 document tree(或 event chain)的上層元素,並觸發它們的點擊事件。其中的例外是:click()
方法不會讓 <a>
元素和接收到真實滑鼠點擊一樣進行頁面跳轉。
語法
elt.click()
規範
Specification |
---|
HTML Standard # dom-click-dev |
瀏覽器相容性
BCD tables only load in the browser