{field:'caozuo',title:'操作',width:100,align:'center',
formatter:formatteroper,
}
function formatteroper(){
return '<a href="javascript:void(0)" onclick="showyssj();" >查看</a>';
};
showysssj放在$(function(){})裡找不到,放在外面找的到。求解答
因為放在$(function(){}); 中的話是在頁面加載完之後立即執行的語句 但是 你的點擊事件是在添加完元素之後才會執行