-1
私は助けが必要です!Clickedボタンのクラス(インデックス)シリアル番号を取得する方法
HTML
<input type="button" onclick="myFunction()" class="myButton" value="Button1">
<input type="button" onclick="myFunction()" class="myButton" value="Button2">
<input type="button" onclick="myFunction()" class="myButton" value="Button3">
<input type="button" onclick="myFunction()" class="myButton" value="Button4">
JSを試してください関数MyFunctionを(){ VARボタン= document.getElementsByClassName( "myButtonというを"); var index; for(var i = 0; i