diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js index 614b0e345..00fd56694 100644 --- a/docs/assets/js/application.js +++ b/docs/assets/js/application.js @@ -1,11 +1,5 @@ $(document).ready(function(){ - // Scrollspy - // ========= - - $('body > .topbar').scrollSpy() - - // table sort example // ================== diff --git a/docs/index.html b/docs/index.html index 6c5096032..93f240775 100644 --- a/docs/index.html +++ b/docs/index.html @@ -37,7 +37,7 @@ -
You can activate modals on your page easily without having to write a single line of javascript. Just give an element a data-controls-modal which corresponds to a modal element id, and when clicked, it will launch your modal. To add modal options, just include them as data attributes as well.
You can activate modals on your page easily without having to write a single line of javascript. Just give an element a data-controls-modal attribute which corresponds to a modal element id, and when clicked, it will launch your modal. To add modal options, just include them as data attributes as well.
<a class="btn" data-controls-modal="my-modal" data-backdrop="true" >Launch Modal</a>@@ -146,19 +146,11 @@ $('#my-modal').modal({
$('#my-modal').modal(true)
Notice Alternatively, this can be retrieved with $().data('modal').
Bootstrap's modal class exposes a few events for hooking into modal functionality. The include:
- - - +Bootstrap's modal class exposes a few events for hooking into modal functionality.
| Name | +Event | Description |
|---|