From: Chris Rebert Date: Thu, 15 May 2014 01:19:50 +0000 (-0700) Subject: add 'selector' option motivation to tooltip docs X-Git-Tag: v3.2.0~151^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fdbd8e3cf90d1beaccc60396d30303287b4b1b8;p=thirdparty%2Fbootstrap.git add 'selector' option motivation to tooltip docs --- diff --git a/docs/_includes/js/tooltips.html b/docs/_includes/js/tooltips.html index 4d91da640b..72096b3689 100644 --- a/docs/_includes/js/tooltips.html +++ b/docs/_includes/js/tooltips.html @@ -124,7 +124,7 @@ $('#example').tooltip(options) selector string false - If a selector is provided, tooltip objects will be delegated to the specified targets. + If a selector is provided, tooltip objects will be delegated to the specified targets. In practice, this is used to enable dynamic HTML content to have tooltips added. See this and an informative example. template