注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的更改的影响。
$(".reference").on("mouseover", function (e) { tippy6(e.target,{ content: $($(e.target).attr("href").replace(/\./g, '\\\.')).children(".reference-text").html(), allowHTML: true, }); });