可能重複:
Getting the ID of the element that fired an event using JQuery如何獲取剛剛點擊的按鈕用戶的ID?
我有一個ID屬性許多按鈕。
<button id="some_id1"></button>
<button id="some_id2"></button>
<button id="some_id3"></button>
<button id="some_id4"></button>
<button id="some_id5"></button>
假設用戶點擊某個按鈕,並且我想提醒用戶剛剛單擊的按鈕的這個ID。
如何通過JavaScript或jQuery來做到這一點?
我想獲取剛點擊的按鈕用戶的ID。
爲什麼包裝,並立即解開('$(本)[0]')在剛'this.id '會做什麼? – 2012-04-24 02:34:33
有沒有必要jQueryify'這個'。直接像@ GeckoTang的答案那樣訪問DOM元素的'id'屬性。 – 2012-04-24 02:35:23