我正在使用javascript將鼠標移至元素的ID上。但我沒有得到它.. 按我的代碼,它顯示空..鼠標上的元素ID
我的代碼是:
function getid() {
var e = document.getElementById(this);
alert(e);
}
和我打電話的功能:
<input type="image" id="img"
style="margin: 8px 4px 4px 4px; width:142px; height:117px;" src="images2.jpg" onmouseover="getid();" onmouseout="outmouse();" />
如何我可以在鼠標上獲取元素ID嗎?
+1偉大的答案! – Craig 2011-05-31 10:27:13