// JavaScript Document function initExtLink() { $("a").each(function() { var link = $(this).attr("href"); if (link && link.search(/^http[s]?\:\/\/*/)>-1) { $(this).attr("href","javascript:"); $(this).attr("target",""); $(this).click(function() { layer.confirm( "您访问的链接即将离开“东莞市12345政府服务热线”,是否继续访问?", { closeBtn: 1, title: '' }, function(index) { window.open(link); layer.close(index); } ); }); } }); }; var _hmt = _hmt || []; (function() { initExtLink(); var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?ff265244cd4234d84a468de382e03aa0"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })();