Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
fcf816a2
Commit
fcf816a2
authored
13 years ago
by
Jacob Thornton
Browse files
Options
Download
Email Patches
Plain Diff
index to use data attr for scrollspy initilizing
parent
02d668fd
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/js/application.js
+0
-6
docs/assets/js/application.js
docs/index.html
+1
-1
docs/index.html
docs/javascript.html
+1
-1
docs/javascript.html
with
2 additions
and
8 deletions
+2
-8
docs/assets/js/application.js
+
0
-
6
View file @
fcf816a2
$
(
document
).
ready
(
function
(){
$
(
document
).
ready
(
function
(){
// Scrollspy
// =========
$
(
'
body > .topbar
'
).
scrollSpy
()
// table sort example
// table sort example
// ==================
// ==================
...
...
This diff is collapsed.
Click to expand it.
docs/index.html
+
1
-
1
View file @
fcf816a2
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
<!-- Topbar
<!-- Topbar
================================================== -->
================================================== -->
<div
class=
"topbar"
>
<div
class=
"topbar"
data-scrollspy=
"pls"
>
<div
class=
"topbar-inner"
>
<div
class=
"topbar-inner"
>
<div
class=
"container"
>
<div
class=
"container"
>
<a
class=
"brand"
href=
"#"
>
Bootstrap
</a>
<a
class=
"brand"
href=
"#"
>
Bootstrap
</a>
...
...
This diff is collapsed.
Click to expand it.
docs/javascript.html
+
1
-
1
View file @
fcf816a2
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
<!-- Topbar
<!-- Topbar
================================================== -->
================================================== -->
<div
class=
"topbar"
data-scrollspy=
"pls"
>
<div
class=
"topbar"
data-scrollspy=
"pls"
>
<div
class=
"fill"
>
<div
class=
"fill"
>
<div
class=
"container"
>
<div
class=
"container"
>
<h3><a
href=
"#"
>
Bootstrap JS
</a></h3>
<h3><a
href=
"#"
>
Bootstrap JS
</a></h3>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets