Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
7fcc6c78
Commit
7fcc6c78
authored
Jul 23, 2014
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
unfuck those dropdowns
parent
078aafe7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
docs/_includes/js/dropdowns.html
docs/_includes/js/dropdowns.html
+16
-16
No files found.
docs/_includes/js/dropdowns.html
View file @
7fcc6c78
...
...
@@ -20,10 +20,10 @@
<div
class=
"collapse navbar-collapse bs-example-js-navbar-collapse"
>
<ul
class=
"nav navbar-nav"
>
<li
class=
"dropdown"
>
<
button
id=
"drop1"
type=
"button
"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
>
<
a
id=
"drop1"
href=
"#
"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
>
Dropdown
<span
class=
"caret"
></span>
</
button
>
</
a
>
<ul
class=
"dropdown-menu"
role=
"menu"
aria-labelledby=
"drop1"
>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"http://twitter.com/fat"
>
Action
</a></li>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"http://twitter.com/fat"
>
Another action
</a></li>
...
...
@@ -33,10 +33,10 @@
</ul>
</li>
<li
class=
"dropdown"
>
<
button
id=
"drop2"
type=
"button
"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
>
Dropdown
2
<
a
id=
"drop2"
href=
"#
"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
>
Dropdown
<span
class=
"caret"
></span>
</
button
>
</
a
>
<ul
class=
"dropdown-menu"
role=
"menu"
aria-labelledby=
"drop2"
>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"http://twitter.com/fat"
>
Action
</a></li>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"http://twitter.com/fat"
>
Another action
</a></li>
...
...
@@ -48,10 +48,10 @@
</ul>
<ul
class=
"nav navbar-nav navbar-right"
>
<li
id=
"fat-menu"
class=
"dropdown"
>
<
button
id=
"drop3"
type=
"button
"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
>
Dropdown
3
<
a
id=
"drop3"
href=
"#
"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
>
Dropdown
<span
class=
"caret"
></span>
</
button
>
</
a
>
<ul
class=
"dropdown-menu"
role=
"menu"
aria-labelledby=
"drop3"
>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"http://twitter.com/fat"
>
Action
</a></li>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"http://twitter.com/fat"
>
Another action
</a></li>
...
...
@@ -71,10 +71,10 @@
<ul
class=
"nav nav-pills"
role=
"tablist"
>
<li
role=
"presentation"
class=
"active"
><a
href=
"#"
>
Regular link
</a></li>
<li
role=
"presentation"
class=
"dropdown"
>
<
button
id=
"drop4"
type=
"button
"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
>
<
a
id=
"drop4"
href=
"#"
class=
"dropdown-toggle
"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
>
Dropdown
<span
class=
"caret"
></span>
</
button
>
</
a
>
<ul
id=
"menu1"
class=
"dropdown-menu"
role=
"menu"
aria-labelledby=
"drop4"
>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"http://twitter.com/fat"
>
Action
</a></li>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"http://twitter.com/fat"
>
Another action
</a></li>
...
...
@@ -84,10 +84,10 @@
</ul>
</li>
<li
role=
"presentation"
class=
"dropdown"
>
<
button
id=
"drop5"
type=
"button
"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
>
Dropdown
2
<
a
id=
"drop5"
href=
"#"
class=
"dropdown-toggle
"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
>
Dropdown
<span
class=
"caret"
></span>
</
button
>
</
a
>
<ul
id=
"menu2"
class=
"dropdown-menu"
role=
"menu"
aria-labelledby=
"drop5"
>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"http://twitter.com/fat"
>
Action
</a></li>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"http://twitter.com/fat"
>
Another action
</a></li>
...
...
@@ -97,10 +97,10 @@
</ul>
</li>
<li
role=
"presentation"
class=
"dropdown"
>
<
button
id=
"drop6"
type=
"button
"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
>
Dropdown
3
<
a
id=
"drop6"
href=
"#"
class=
"dropdown-toggle
"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
>
Dropdown
<span
class=
"caret"
></span>
</
button
>
</
a
>
<ul
id=
"menu3"
class=
"dropdown-menu"
role=
"menu"
aria-labelledby=
"drop6"
>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"http://twitter.com/fat"
>
Action
</a></li>
<li
role=
"presentation"
><a
role=
"menuitem"
tabindex=
"-1"
href=
"http://twitter.com/fat"
>
Another action
</a></li>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment