Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
にトリガーフォーカスを使用して、Popover AngularStrap を使用しています。問題は、このトリガーがボタン要素でのみ機能することですが、残りのトリガーは で使用できます。画像で機能させる方法はありますか?
これはあなたが探しているものですか?
<a href="javascript:" title="{{popover.title}}" data-content="{{popover.content}}" data-template="popover/docs/popover.tpl.demo.html" data-animation="am-flip-x" bs-popover> <img src="/my/image/path" /> </a>