<table>
<tr class="here" id="t1" number="1" ><td>1</td></tr>
<tr class="here" id="t2" number="2" ><td>2</td></tr>
<tr class="here" id="t3" number="3" style="display:none"><td>3</td></tr>
<tr class="here" id="t4" number="4" style="display:none"><td>4</td></tr>
</table>
<span id="check">check</span>
$('#check').click(function(){
check = ???;
alert(check);
})
デモ: http://jsfiddle.net/vUukc/1/
この例でnumber
最後に表示された属性を取得するにはどうすればよいですか? tr
これは一例です - すべて<tr>
が表示される可能性があります。