gpt4 book ai didi

javascript - Popover 不显示图像?

转载 作者:行者123 更新时间:2023-11-30 13:09:32 25 4
gpt4 key购买 nike

鼠标悬停时,popover 只显示标题而不显示图像

代码:

<script type="text/javascript">
$(document).ready(function(){


var img ='<img src="/assets/Excel_1.png">';

$("#blob").popover({ title: 'Format for Excel sheet', content: img , trigger:'hover' });

});
</script>

在正文中:

 <i href="#" id="blob" class="icon-info-sign" rel="popover"  style="margin-top: 300px"> </i>

但是不显示图片.....

谢谢

最佳答案

得到了这个简单问题的解决方案...

$("#blob_1").popover({ title: 'Format for Excel sheet', content: img , trigger:'hover',html: true });

正是这一变化使需求成为可能

谢谢..

关于javascript - Popover 不显示图像?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14412385/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com