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
1d53dd31
Commit
1d53dd31
authored
Aug 17, 2013
by
fat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add role=menu to html
parent
a01b1dd7
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
42 additions
and
42 deletions
+42
-42
components.html
components.html
+37
-37
javascript.html
javascript.html
+4
-4
js/dropdown.js
js/dropdown.js
+1
-1
No files found.
components.html
View file @
1d53dd31
This diff is collapsed.
Click to expand it.
javascript.html
View file @
1d53dd31
...
@@ -541,8 +541,8 @@ $('#myDropdown').on('show.bs.dropdown', function () {
...
@@ -541,8 +541,8 @@ $('#myDropdown').on('show.bs.dropdown', function () {
<li><a
href=
"#fat"
>
@fat
</a></li>
<li><a
href=
"#fat"
>
@fat
</a></li>
<li><a
href=
"#mdo"
>
@mdo
</a></li>
<li><a
href=
"#mdo"
>
@mdo
</a></li>
<li
class=
"dropdown"
>
<li
class=
"dropdown"
>
<a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
Dropdown
<b
class=
"caret"
></b></a>
<a
href=
"#"
id=
"navbarDrop1"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
Dropdown
<b
class=
"caret"
></b></a>
<ul
class=
"dropdown-menu"
>
<ul
class=
"dropdown-menu"
role=
"menu"
aria-labelledby=
"navbarDrop1"
>
<li><a
href=
"#one"
>
one
</a></li>
<li><a
href=
"#one"
>
one
</a></li>
<li><a
href=
"#two"
>
two
</a></li>
<li><a
href=
"#two"
>
two
</a></li>
<li
class=
"divider"
></li>
<li
class=
"divider"
></li>
...
@@ -663,8 +663,8 @@ $('#myScrollspy').on('activate.bs.scrollspy', function () {
...
@@ -663,8 +663,8 @@ $('#myScrollspy').on('activate.bs.scrollspy', function () {
<li
class=
"active"
><a
href=
"#home"
data-toggle=
"tab"
>
Home
</a></li>
<li
class=
"active"
><a
href=
"#home"
data-toggle=
"tab"
>
Home
</a></li>
<li><a
href=
"#profile"
data-toggle=
"tab"
>
Profile
</a></li>
<li><a
href=
"#profile"
data-toggle=
"tab"
>
Profile
</a></li>
<li
class=
"dropdown"
>
<li
class=
"dropdown"
>
<a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
Dropdown
<b
class=
"caret"
></b></a>
<a
href=
"#"
id=
"myTabDrop1"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
Dropdown
<b
class=
"caret"
></b></a>
<ul
class=
"dropdown-menu"
>
<ul
class=
"dropdown-menu"
role=
"menu"
aria-labelledby=
"myTabDrop1"
>
<li><a
href=
"#dropdown1"
data-toggle=
"tab"
>
@fat
</a></li>
<li><a
href=
"#dropdown1"
data-toggle=
"tab"
>
@fat
</a></li>
<li><a
href=
"#dropdown2"
data-toggle=
"tab"
>
@mdo
</a></li>
<li><a
href=
"#dropdown2"
data-toggle=
"tab"
>
@mdo
</a></li>
</ul>
</ul>
...
...
js/dropdown.js
View file @
1d53dd31
...
@@ -60,7 +60,7 @@
...
@@ -60,7 +60,7 @@
}
}
Dropdown
.
prototype
.
keydown
=
function
(
e
)
{
Dropdown
.
prototype
.
keydown
=
function
(
e
)
{
if
(
!
/
(
38|40|27
)
/
.
test
(
e
.
keyCode
))
return
if
(
!
/
(
9|
38|40|27
)
/
.
test
(
e
.
keyCode
))
return
var
$this
=
$
(
this
)
var
$this
=
$
(
this
)
...
...
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