jquery 定位到 某行某列某个控件

$("#tb1 tr:eq(1) td:eq(0) :nth-child(1)")

.animate({ backgroundcolor : "#eeff00" , opacity : -5}, 5000);