我有这个:
<th class="day-heading mon" scope="col">
<abbr title="Lunes">L</abbr>
</th>
我需要访问缩写并更改 innerHTML 和标题。我怎么做?我试着做...
jQuery('.day-heading mon > abbr');
但我不能从那里修改属性。
我有这个:
<th class="day-heading mon" scope="col">
<abbr title="Lunes">L</abbr>
</th>
我需要访问缩写并更改 innerHTML 和标题。我怎么做?我试着做...
jQuery('.day-heading mon > abbr');
但我不能从那里修改属性。