如何取代周日,周一,周二..与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