$(document).ready(function () {
if ($("#idAttachmentsTable") != null) {
$('#idAttachmentsTabletbody tr td').each(function ()
{
var href = $(this).find('a');
href.removeAttr("onclick");
href.attr("target", "_blank");
});
}
});
script>
$(document).ready(function () {
if ($("#idAttachmentsTable") != null) {
$('#idAttachmentsTabletbody tr td').each(function ()
{
var href = $(this).find('a');
href.removeAttr("onclick");
href.attr("target", "_blank");
});
}
});
script>