$(document).ready(function () {
if ($("#idAttachmentsTable") != null) {
$('#idAttachmentsTabletbody tr td').each(function ()
{
var href = $(this).find('a');
href.removeAttr("onclick");
href.attr("target", "_blank");
});
}
});
查看更多关于sharepoint2013自定义列表查看页面附件打开新页面方法dispformattachment的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did105127