//鼠标点击
$(".x-table td").mousedown(function() {
v=$(this).html();
$(".fr-btn-text:eq(4)").html(v);
//alert(v);
});
这样试试,我是可以的