From: Chris Rebert Date: Wed, 1 Jul 2015 00:21:04 +0000 (-0700) Subject: Add Methods section to Popovers nav menu in docs X-Git-Tag: v3.3.6~93^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16733%2Fhead;p=thirdparty%2Fbootstrap.git Add Methods section to Popovers nav menu in docs [skip sauce] --- diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html index 39a6670612..78369ea057 100644 --- a/docs/_includes/js/popovers.html +++ b/docs/_includes/js/popovers.html @@ -248,7 +248,7 @@ sagittis lacus vel augue laoreet rutrum faucibus.">

Options for individual popovers can alternatively be specified through the use of data attributes, as explained above.

-

Methods

+

Methods

$().popover(options)

Initializes popovers for an element collection.

diff --git a/docs/_includes/nav/javascript.html b/docs/_includes/nav/javascript.html index de98342485..f8d314faa5 100644 --- a/docs/_includes/nav/javascript.html +++ b/docs/_includes/nav/javascript.html @@ -69,6 +69,7 @@
  • Examples
  • Usage
  • Options
  • +
  • Methods
  • Events