jquery dataTables ,thickbox <a>标签href里拼接参数不能弹出层。
代码如下:
{
"mData": "DeviceNo", "mRender": function (data, type, full) {
console.log(data);
return '<a class="thickbox" title="修改设备" href="/Phone/Edit?Id=1?TB_iframe=true&KeepThis=true&height=500&width=500">' + data + '</a>';
}
},//设备编号