Javascript 有人能告诉我如何禁用此代码中的href链接而不丢失我网站上的嵌入功能吗?

Javascript 有人能告诉我如何禁用此代码中的href链接而不丢失我网站上的嵌入功能吗?,javascript,jquery,html,css,Javascript,Jquery,Html,Css,下面是由倒计时小部件生成的嵌入代码: <div class="tc_div_41086" style="width:650px;height:162.50px;border:1px solid #C0C0C0"> <a title="Countdown to North Texas Giving Day" href="http://www.tickcounter.com/widget/countdown/1474527600000/america-chicago/dhm

下面是由倒计时小部件生成的嵌入代码:

<div class="tc_div_41086" style="width:650px;height:162.50px;border:1px solid #C0C0C0">
    <a title="Countdown to North Texas Giving Day" href="http://www.tickcounter.com/widget/countdown/1474527600000/america-chicago/dhms/FFFFFF76BD1D000000FF0000/650/C0C0C01/Countdown_to_North_Texas_Giving_Day">Countdown to North Texas Giving Day</a>
    <a title="Countdown" href="http://www.tickcounter.com/">Countdown</a>
</div>
<script type="text/javascript">
  (function() {
    var s = document.createElement('script');
    s.src = "http://www.tickcounter.com/loader.js";
    s.async = 'async';
    s.onload = function() {
      tc_widget_loader('tc_div_41086', 'Countdown', 650, ["1474520400000", "america-chicago", "dhms", "FFFFFF76BD1D000000FF0000", "650", "C0C0C01", "Countdown to North Texas Giving Day"]);
    };
    s.onreadystatechange = s.onload;
    var head = document.getElementsByTagName('head')[0];
    head.appendChild(s);
  }());
</script>

(功能(){
var s=document.createElement('script');
s、 src=”http://www.tickcounter.com/loader.js";
s、 异步='async';
s、 onload=函数(){
tc_widget_loader('tc_div_41086','Countdown',650,[“1474520400000”,“america chicago”,“dhms”,“FFFFFFFF 76BD1D000000FF0000”,“650”,“C0C01”,“北德克萨斯给予日倒计时]);
};
s、 onreadystatechange=s.onload;
var head=document.getElementsByTagName('head')[0];
头.附肢儿童;;
}());
添加此css

.tc_div_41086{
    pointer-events: none;
}

请将您的HTML格式设置得更易于阅读。把所有的东西都放在一条线上是不可能理解的。你试过什么?你什么意思?你在做什么?你有没有试过删除链接或任何你想删除的东西?你的问题是什么?请在正文中提出一个详细的问题,标题应该只是一个简短的摘要。我认为你不能删除
href
tc_widget_loader
中的代码搜索包含
href
iframe
,该iframe包含指向
www.tickcounter.com
的链接。