aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-09-11 23:29:34 -0700
committerJacob Thornton <[email protected]>2011-09-11 23:29:34 -0700
commit02d668fd2e31b01e330400738bf2fa7bcbfaa822 (patch)
tree7a430a34edcf4badd82dab9b98c5dc853a0a29fe /docs/index.html
parentdcf9aabc44d4ca7cd544b726d4eee15ef1cd35a5 (diff)
downloadbootstrap-02d668fd2e31b01e330400738bf2fa7bcbfaa822.tar.xz
bootstrap-02d668fd2e31b01e330400738bf2fa7bcbfaa822.zip
data-attributes need values to be picked up by jquery in ie8 and below :/
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html
index 29ffa80bd..b97d5914f 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1262,7 +1262,7 @@
</div>
<h2>Fixed topbar</h2>
<div class="topbar-wrapper" style="z-index: 5;">
- <div class="topbar" data-dropdown>
+ <div class="topbar" data-dropdown="pls" >
<div class="topbar-inner">
<div class="container">
<h3><a href="#">Project Name</a></h3>
@@ -1331,7 +1331,7 @@
<li><a href="#">Messages</a></li>
<li><a href="#">Settings</a></li>
<li><a href="#">Contact</a></li>
- <li class="dropdown" data-dropdown>
+ <li class="dropdown" data-dropdown="pls">
<a href="#" class="dropdown-toggle">Dropdown</a>
<ul class="dropdown-menu">
<li><a href="#">Secondary link</a></li>