From: Chris Rebert Date: Wed, 26 Mar 2014 19:49:15 +0000 (-0700) Subject: doc that popover content() is given the element as an arg; fix #13175 X-Git-Tag: v3.2.0~294^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13190%2Fhead;p=thirdparty%2Fbootstrap.git doc that popover content() is given the element as an arg; fix #13175 --- diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html index 739d86bce7..95868af1a4 100644 --- a/docs/_includes/js/popovers.html +++ b/docs/_includes/js/popovers.html @@ -193,7 +193,10 @@ $('.popover-dismiss').popover({ content string | function '' - Default content value if data-content attribute isn't present + +

Default content value if data-content attribute isn't present.

+

If a function is given, it will be called with 1 argument, which is the element that the popover is attached to.

+ delay