我看了這些問題的答案,但他們都在談論(點擊)事件:
Jquery: Select the element that called the function
Getting the ID of the element that fired an event
Get information of element that called function with jQuery獲取,如果沒有事件調用JavaScript中的DOM元素
但是,如果有什麼沒有事件觸發代碼?如果腳本已經在頁面加載坐在什麼DOM元素中是這樣的:
<div>
<script>drawChip()</script>
</div>
我怎麼會去調用使用jQuery或Javascript腳本中的div
元素的引用?我試過this
,但沒有奏效。
你可以給DIV一個ID –
@MarcB沒有它不會。 – Pointy
@pointy:是的。手指跑在大腦前面。意識到它不是一個onclick處理程序。 –