From: Sebastian Hädrich Date: Thu, 3 Jan 2019 12:00:08 +0000 (+0100) Subject: Make meaning of tooltip's 'selector' option more clear in Bootstrap 3 X-Git-Tag: v3.4.1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9206e465adf17bb0c8513f489c02a18a27ce296d;p=thirdparty%2Fbootstrap.git Make meaning of tooltip's 'selector' option more clear in Bootstrap 3 Based on #4215 Backport changes made to docs v4 to v3 (#27573) --- diff --git a/docs/_includes/js/tooltips.html b/docs/_includes/js/tooltips.html index e72b86b094..09545369f7 100644 --- a/docs/_includes/js/tooltips.html +++ b/docs/_includes/js/tooltips.html @@ -169,7 +169,7 @@ $('#example').tooltip(options) selector string false - 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. + If a selector is provided, tooltip objects will be delegated to the specified targets. In practice, this is used to also apply tooltips to dynamically added DOM elements (jQuery.on support). See this and an informative example. template