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
efae761c
Commit
efae761c
authored
Aug 18, 2015
by
Jacob Thornton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix dropdown js visual example
parent
18ff57a1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
62 additions
and
58 deletions
+62
-58
js/tests/visual/dropdown.html
js/tests/visual/dropdown.html
+62
-58
No files found.
js/tests/visual/dropdown.html
View file @
efae761c
...
...
@@ -22,68 +22,72 @@
<h1>
Dropdown
<small>
Bootstrap Visual Test
</small></h1>
</div>
<nav
id=
"navbar-example"
class=
"navbar navbar-default navbar-static-top"
role=
"navigation"
>
<div
class=
"container-fluid"
>
<nav
id=
"navbar-example"
class=
"navbar navbar-light bg-faded"
role=
"navigation"
>
<button
class=
"navbar-toggler hidden-sm-up"
type=
"button"
data-toggle=
"collapse"
data-target=
"#exCollapsingNavbar2"
>
☰
</button>
<div
class=
"collapse navbar-toggleable-xs"
id=
"exCollapsingNavbar2"
>
<ul
class=
"nav navbar-nav pull-left"
>
<li
class=
"dropdown nav-item"
>
<a
id=
"drop1"
href=
"#"
role=
"button"
class=
"dropdown-toggle nav-link"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
>
Dropdown
</a>
<ul
class=
"dropdown-menu"
aria-labelledby=
"drop1"
>
<li><a
href=
"https://twitter.com/fat"
>
Action
</a></li
>
<li><a
href=
"https://twitter.com/fat"
>
Another action
</a></li
>
<li><a
href=
"https://twitter.com/fat"
>
Something else here
</a></li
>
<li
role=
"separator"
class=
"divider"
></li
>
<li><a
href=
"https://twitter.com/fat"
>
Separated link
</a></li
>
</ul
>
<div
class=
"dropdown-menu"
aria-labelledby=
"drop1"
>
<a
class=
"dropdown-item"
href=
"https://twitter.com/fat"
>
Action
</a
>
<a
class=
"dropdown-item"
href=
"https://twitter.com/fat"
>
Another action
</a
>
<a
class=
"dropdown-item"
href=
"https://twitter.com/fat"
>
Something else here
</a
>
<div
class=
"dropdown-divider"
></div
>
<a
class=
"dropdown-item"
href=
"https://twitter.com/fat"
>
Separated link
</a
>
</div
>
</li>
<li
class=
"dropdown nav-item"
>
<a
href=
"#"
id=
"drop2"
role=
"button"
class=
"dropdown-toggle nav-link"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
>
Dropdown 2
</a>
<ul
class=
"dropdown-menu"
aria-labelledby=
"drop2"
>
<li><a
href=
"https://twitter.com/fat"
>
Action
</a></li
>
<li><a
href=
"https://twitter.com/fat"
>
Another action
</a></li
>
<li><a
href=
"https://twitter.com/fat"
>
Something else here
</a></li
>
<li
role=
"separator"
class=
"divider"
></li
>
<li><a
href=
"https://twitter.com/fat"
>
Separated link
</a></li
>
</ul
>
<div
class=
"dropdown-menu"
aria-labelledby=
"drop2"
>
<a
class=
"dropdown-item"
href=
"https://twitter.com/fat"
>
Action
</a
>
<a
class=
"dropdown-item"
href=
"https://twitter.com/fat"
>
Another action
</a
>
<a
class=
"dropdown-item"
href=
"https://twitter.com/fat"
>
Something else here
</a
>
<div
class=
"dropdown-divider"
></div
>
<a
class=
"dropdown-item"
href=
"https://twitter.com/fat"
>
Separated link
</a
>
</div
>
</li>
</ul>
<ul
class=
"nav navbar-nav pull-right"
>
<li
id=
"fat-menu"
class=
"dropdown nav-item"
>
<a
href=
"#"
id=
"drop3"
role=
"button"
class=
"dropdown-toggle nav-link"
data-toggle=
"dropdown"
aria-haspopup=
"true"
aria-expanded=
"false"
>
Dropdown 3
</a>
<ul
class=
"dropdown-menu"
aria-labelledby=
"drop3"
>
<li><a
href=
"https://twitter.com/fat"
>
Action
</a></li
>
<li><a
href=
"https://twitter.com/fat"
>
Another action
</a></li
>
<li><a
href=
"https://twitter.com/fat"
>
Something else here
</a></li
>
<li
role=
"separator"
class=
"divider"
></li
>
<li><a
href=
"https://twitter.com/fat"
>
Separated link
</a></li
>
</ul
>
<div
class=
"dropdown-menu"
aria-labelledby=
"drop3"
>
<a
class=
"dropdown-item"
href=
"https://twitter.com/fat"
>
Action
</a
>
<a
class=
"dropdown-item"
href=
"https://twitter.com/fat"
>
Another action
</a
>
<a
class=
"dropdown-item"
href=
"https://twitter.com/fat"
>
Something else here
</a
>
<div
class=
"dropdown-divider"
></div
>
<a
class=
"dropdown-item"
href=
"https://twitter.com/fat"
>
Separated link
</a
>
</div
>
</li>
</ul>
</div>
</div>
</nav>
<ul
class=
"nav nav-pills"
>
<ul
class=
"nav nav-pills
m-t-lg
"
>
<li
class=
"active nav-item"
><a
href=
"#"
class=
"nav-link"
>
Regular link
</a></li>
<li
class=
"dropdown nav-item"
>
<a
id=
"drop4"
class=
"nav-link"
role=
"button"
data-toggle=
"dropdown"
href=
"#"
aria-haspopup=
"true"
aria-expanded=
"false"
>
Dropdown
</a>
<ul
id=
"menu1"
class=
"dropdown-menu"
aria-labelledby=
"drop4"
>
<
li><a
href=
"https://twitter.com/fat"
>
Action
</a></li
>
<
li><a
href=
"https://twitter.com/fat"
>
Another action
</a></li
>
<
li><a
href=
"https://twitter.com/fat"
>
Something else here
</a></li
>
<
li
role=
"separator"
class=
"divider"
></li
>
<
li><a
href=
"https://twitter.com/fat"
>
Separated link
</a></li
>
<
a
class=
"dropdown-item"
href=
"https://twitter.com/fat"
>
Action
</a
>
<
a
class=
"dropdown-item"
href=
"https://twitter.com/fat"
>
Another action
</a
>
<
a
class=
"dropdown-item"
href=
"https://twitter.com/fat"
>
Something else here
</a
>
<
div
class=
"dropdown-divider"
></div
>
<
a
class=
"dropdown-item"
href=
"https://twitter.com/fat"
>
Separated link
</a
>
</ul>
</li>
<li
class=
"dropdown nav-item"
>
...
...
@@ -91,11 +95,11 @@
Dropdown 2
</a>
<ul
id=
"menu2"
class=
"dropdown-menu"
aria-labelledby=
"drop5"
>
<
li><a
href=
"https://twitter.com/fat"
>
Action
</a></li
>
<
li><a
href=
"https://twitter.com/fat"
>
Another action
</a></li
>
<
li><a
href=
"https://twitter.com/fat"
>
Something else here
</a></li
>
<
li
role=
"separator"
class=
"divider"
></li
>
<
li><a
href=
"https://twitter.com/fat"
>
Separated link
</a></li
>
<
a
class=
"dropdown-item"
href=
"https://twitter.com/fat"
>
Action
</a
>
<
a
class=
"dropdown-item"
href=
"https://twitter.com/fat"
>
Another action
</a
>
<
a
class=
"dropdown-item"
href=
"https://twitter.com/fat"
>
Something else here
</a
>
<
div
class=
"dropdown-divider"
></div
>
<
a
class=
"dropdown-item"
href=
"https://twitter.com/fat"
>
Separated link
</a
>
</ul>
</li>
</ul>
...
...
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