我无法在引导工具提示中单击html锚标记中的链接

时间:2018-10-04 08:21:48

标签: javascript html tooltip

我正在使用引导工具提示,我已经在工具提示中配置了一个链接,但是当我单击该链接时,它尝试了10次以上的重定向后才重定向到该页面。

但是,在鼠标悬停时,它总是向我显示链接,但是在单击它时,有时却不能正常工作。

代码:

<span class="btn-sm pull-right"  data-toggle="tooltip">
   <button type="button" class="btn btn-primary" data-toggle="tooltip" data- 
             html="true" title="Print feature is enabled for subscription users.
      <a href='https://www.google.com'>Sign up Today</a>"> 
       Print Result Summary
   </button>
 </span>

1 个答案:

答案 0 :(得分:0)

运行以下代码。

  this.changeTitle = this.changeTitle.bind(this);
$('[data-toggle="tooltip"]').tooltip({'delay':{'hide': 2000}});