jquery给所有td加事件
$('#erji_list_table').on('click','td', function(){ $('#yuan_content').slideToggle("slow"); })