From 11db482371ed8195093139ddb4eb31177ada0607 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 15 Jul 2014 16:57:25 -0700 Subject: popover dismiss-on-next-click example: instead of + Dismissible popover {% highlight html %} - -{% endhighlight %} -{% highlight js %} -$('.popover-dismiss').popover({ - trigger: 'focus' -}) +Dismissible popover {% endhighlight %} -
-

Multiple-line links

-

Sometimes you want to add a popover to a hyperlink that wraps multiple lines. The default behavior of the popover plugin is to center it horizontally and vertically. Add white-space: nowrap; to your anchors to avoid this.

-
-

Usage

Enable popovers via JavaScript:

-- cgit v1.2.3