diff --git a/docs/javascript.html b/docs/javascript.html index 9f153c0bf6..bb8864d463 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -214,7 +214,7 @@ $('#my-modal').bind('hidden', function () { Download
$('#topbar').dropdown()
To quickly add dropdown functionality to any nav element, use the data-dropdown
attribute. Any valid bootstrap dropdown will automatically be activated.
$('#topbar').scrollSpy()
To easily add scrollspy behavior to your nav, just add the data-scrollspy
attribute to the .topbar
.
@@ -326,7 +326,7 @@ $('#my-modal').bind('hidden', function () {
Download
$('.tabs').tabs()
You can activate a tab or pill navigation without writing any javascript by simply giving them a data-tabs
or data-pills
attribute.
The popover plugin provides a simple interface for adding popovers to your application. It extends the boostrap-twipsy.js plugin, so be sure to grab that file as well when including popovers in your project!
+The popover plugin provides a simple interface for adding popovers to your application. It extends the bootstrap-twipsy.js plugin, so be sure to grab that file as well when including popovers in your project!
Download$('#example').popover(options)