国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

BootStrap使用popover插件實現鼠標經過顯示并保持顯示框

2019-11-20 09:36:54
字體:
來源:轉載
供稿:網友

在商城里,導航欄的購物車展示經常需要鼠標經過時,顯示已經放入購物車的商品,bootstrap是沒有直接用的插件的,這個時候就可以使用popover這個插件改造后實現,具體如下:

實現效果圖:

html實現:

<a href="#" rel="drevil"><span class="glyphicon glyphicon-shopping-cart"> </span> 購物車</a>

javascript實現:

$(function(){$("[rel=drevil]").popover({trigger:'manual',placement : 'bottom', //placement of the popover. also can use top, bottom, left or righttitle : '<div style="text-align:center; color:red; text-decoration:underline; font-size:14px;"> Muah ha ha</div>', //this is the top title bar of the popover. add some basic csshtml: 'true', //needed to show html of coursecontent : '<div id="popOverBox"><img src="http://www.hd-report.com/wp-content/uploads/2008/08/mr-evil.jpg" width="251" height="201" /></div>', //this is the content of the html box. add the image here or anything you want really.animation: false}).on("mouseenter", function () {var _this = this;$(this).popover("show");$(this).siblings(".popover").on("mouseleave", function () {$(_this).popover('hide');});}).on("mouseleave", function () {var _this = this;setTimeout(function () {if (!$(".popover:hover").length) {$(_this).popover("hide")}}, 100);});});

以上所述是小編給大家介紹的BootStrap使用popover插件實現鼠標經過顯示并保持顯示框,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時回復大家的。在此也非常感謝大家對武林網網站的支持!

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 察雅县| 江山市| 九江县| 宁武县| 霸州市| 女性| 西贡区| 北海市| 苏州市| 韶关市| 仁怀市| 汪清县| 古田县| 莱芜市| 高要市| 米易县| 贞丰县| 姜堰市| 乐都县| 岳池县| 汝南县| 泗阳县| 汉中市| 修水县| 琼海市| 伊春市| 思南县| 津南区| 栾川县| 迭部县| 江华| 武义县| 孟津县| 布拖县| 保德县| 卓资县| 白山市| 屏边| 当阳市| 青铜峡市| 永福县|