diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 9020cef037..79503bedb4 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/javascript.html b/docs/javascript.html index aeb6aa12bd..486fb5bfcd 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -791,13 +791,13 @@ $('a[data-toggle="tab"]').on('shown', function (e) {

$().tooltip(options)

Attaches a tooltip handler to an element collection.

.tooltip('show')

-

Reveals an elements tooltip.

+

Reveals an element's tooltip.

$('#element').tooltip('show')

.tooltip('hide')

-

Hides an elements tooltip.

+

Hides an element's tooltip.

$('#element').tooltip('hide')

.tooltip('toggle')

-

Toggles an elements tooltip.

+

Toggles an element's tooltip.

$('#element').tooltip('toggle')
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 633c9781b7..7fd4c98d02 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -715,13 +715,13 @@ $('a[data-toggle="tab"]').on('shown', function (e) {

$().tooltip({{_i}}options{{/i}})

{{_i}}Attaches a tooltip handler to an element collection.{{/i}}

.tooltip('show')

-

{{_i}}Reveals an elements tooltip.{{/i}}

+

{{_i}}Reveals an element's tooltip.{{/i}}

$('#element').tooltip('show')

.tooltip('hide')

-

{{_i}}Hides an elements tooltip.{{/i}}

+

{{_i}}Hides an element's tooltip.{{/i}}

$('#element').tooltip('hide')

.tooltip('toggle')

-

{{_i}}Toggles an elements tooltip.{{/i}}

+

{{_i}}Toggles an element's tooltip.{{/i}}

$('#element').tooltip('toggle')