diff --git a/docs/javascript.html b/docs/javascript.html index d5eb98739..9f2b13876 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -12,7 +12,7 @@ - + @@ -182,7 +182,7 @@ $('#my-modal').bind('hidden', function () {
- - @@ -221,7 +219,7 @@ $('#my-modal').bind('hidden', function () {
<ul class="tabs">
<li class="active"><a href="#">Home</a></li>
- <li class="dropdown" data-dropdown="dropdown" >
+ <li class="dropdown" data-dropdown="true" >
<a href="#" class="dropdown-toggle">Dropdown</a>
<ul class="dropdown-menu">
<li><a href="#">Secondary link</a></li>
@@ -231,7 +229,6 @@ $('#my-modal').bind('hidden', function () {
</ul>
</li>
</ul>
- Notice If your ui has several dropdowns, consider adding the data-dropdown attribute to a more significant container element like .tabs or .topbar.
@@ -239,7 +236,7 @@ $('#my-modal').bind('hidden', function () {