我的工具提示代码在chrome扩展程序中不起作用

时间:2018-06-05 18:35:13

标签: javascript html google-chrome-extension tooltip

以下是单击单词时启动的代码。

  function whatsNew(){
      $(document).ready(function(){
    $('#news').tooltip();
      });
    $(document).ready(function(){
    $('#whatsNew').popover({title: "<h4>Version 2.6</h4>", content: "<h5><b> <em>Now you can view images specific to news", html: true, placement: "auto bottom", animation: true});
    });
    };

0 个答案:

没有答案