能否請您看看This Demo,讓我知道爲什麼彈出是不是首先點擊功能通過.close
按鈕關閉它後之後?酥料餅沒有顯示在首先點擊關閉它
$("#pop-One").popover({
placement: 'right',
html: 'true',
title : '<span class="text-info" style=""><strong>Model Type</strong></span>'+
'<button type="button" class="btn btn-default close" onclick="$("#pop-One").popover("hide");">×</button>',
content : '<p class="popup" style="color:#323232;"> \Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry standard dummy text ever since the 1500s,</p>'
});
@import 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css';
@import 'https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css';
body{padding:20px;}
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<div class="container">
<button type="button" class="btn btn-default" id="pop-One" data-toggle="popover"><i class="fa fa-question"></i></button>
</div>
對於什麼都原因?關閉按鈕不在這裏工作!所以請檢查演示頁,查看完整的功能
我已經看到this Post但是這是一個不同的方法
可能重複的[Twitter引導:彈出不會顯示在第一次點擊,但顯示在第二次點擊](http://stackoverflow.com/questions/12333585/twitter-bootstrappopovers-are-not-showing-up-on-first -click-but-show-up-on-seco) –
嗨Shailendra Sharma,我猜你甚至沒有看問題,只根據標題進行判斷!這與這個問題完全不同! –
ok讓我檢查 –