我想在點擊標籤後獲取標籤的值。我只使用JavaScript和沒有jQuery。 這裏是我的html:使用javascript獲取標籤的值
<div class="touche 1">
<h1>1</h1>
</div>
<div class="touche 2">
<h1>2</h1>
</div>
<div class="touche 3">
<h1>3</h1>
</div>
我所需要的值1,2,3,等...到一個變量。 div的工作就像一個計算器按鈕!
謝謝!
而你究竟在何處遇到問題,當你試圖解決這個自己? – 2014-10-10 18:18:20
http://stackoverflow.com/questions/19451144/how-do-i-get-html-tag-value-div-in-javascript – 2014-10-10 18:18:32
我只是試過函數$ id(id){return document.getElementById(id) ;} – ahbon 2014-10-10 18:22:52