如何取代週日,週一,週二..與SUN,MON,TUE ...在下面的表中使用JQuery。任何幫助,將不勝感激。如何替換文本里面的錨在裏面的錨內jquery
<table>
<tr>
<th><div> <div id="xyz"> <a href="www.google.com"> 20 may
<span>Sunday</span> </a> </div></div></th>
<th><div> <div id="xyz"> <a
href="www.google.com"> 21 may <span>Monday</span> </a> </div></div> </th>
<th><div> <div id="xyz"> <a href="www.google.com"> 22 may
<span>Tuesday</span> </a> </div> </div></th>
</tr>
</table>
通過 納尼
[你有什麼試過](http://mattgemmell.com/2008/12/08/what-have-you-tried/)。 – PeeHaa 2012-04-01 13:05:50
您是否意識到您有重複的ID? – roryf 2012-04-01 13:06:36