<table border=2>
<tr>
<td class="here" one="lorem" two="ipsum"> click </td>
<td class="here" one="aaa" two="bbb"> click </td>
</tr>
</table>
$('.here').click(function(){
$(this).html($(this).attr('one'));
})
関数トグルまたは他のソリューションのためにこのJavaScriptを変更するにはどうすればよいですか?希望します-TDをクリックすると、属性1が表示され、次にクリックすると、属性2、次の1、次の2などが表示されます。