我做了一個簡單的Bootstrap彈出窗口,我調用了popover()函數(使用jQuery)。一切似乎都沒問題,但是當我在iPad上測試時,它不起作用。Bootstrap popover不適用於iPad safari
<a href="#" title="Description"
data-trigger="focus"
data-container="body"
data-toggle="popover"
data-placement="top"
data-content="This is a test for iPad">Click here to see description</a>
這裏是我的javascript:
$("[data-toggle=popover]").popover();
https://jsfiddle.net/masiht/et26me1d/13/
完美的作品,謝謝! –