File tree Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1
1
< div >
2
2
< div class ="nav-items pull-right ">
3
- < a href ="http://try.mongodb.org/ "> Try it Out</ a >
4
- < a href ="http://www.mongodb.org/downloads "> Downloads</ a >
5
- < a href ="http://www.mongodb.org/get-involved "> Community</ a >
6
- < a href ="http://blog.mongodb.org "> Blog</ a >
3
+ < a href ="http://try.mongodb.org/ " data-toggle ="tooltip " data-placement ="bottom " title ="Try MongoDB in the browser "> Try it Out</ a >
4
+ < a href ="http://www.mongodb.org/downloads " data-toggle ="tooltip " data-placement ="bottom " title ="Download MongoDB "> Downloads</ a >
5
+ < a href ="http://www.mongodb.org/get-involved " data-toggle ="tooltip " data-placement ="bottom " title ="Get involved with MongoDB "> Community</ a >
6
+ < a href ="http://docs.mongodb.org " data-toggle ="tooltip " data-placement ="bottom " title ="The MongoDB Documentation "> Docs</ a >
7
+ < a href ="http://blog.mongodb.org " data-toggle ="tooltip " data-placement ="bottom " title ="The MongoDB Blog "> Blog</ a >
7
8
</ div >
8
9
</ div >
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ var toggleDownload = function() {
61
61
62
62
jQuery ( document ) . ready ( function ( ) {
63
63
initializeJS ( ) ;
64
+ jQuery ( '[data-toggle="tooltip"]' ) . tooltip ( ) ;
64
65
jQuery ( "body" ) . addClass ( "hljsCode" ) ;
65
66
hljs . initHighlightingOnLoad ( ) ;
66
67
} ) ;
Original file line number Diff line number Diff line change 1
1
< div >
2
2
< div class ="nav-items pull-right ">
3
- < a href ="http://try.mongodb.org/ "> Try it Out</ a >
4
- < a href ="http://www.mongodb.org/downloads "> Downloads</ a >
5
- < a href ="http://www.mongodb.org/get-involved "> Community</ a >
6
- < a href ="http://blog.mongodb.org "> Blog</ a >
3
+ < a href ="http://try.mongodb.org/ " data-toggle ="tooltip " data-placement ="bottom " title ="Try MongoDB in the browser "> Try it Out</ a >
4
+ < a href ="http://www.mongodb.org/downloads " data-toggle ="tooltip " data-placement ="bottom " title ="Download MongoDB "> Downloads</ a >
5
+ < a href ="http://www.mongodb.org/get-involved " data-toggle ="tooltip " data-placement ="bottom " title ="Get involved with MongoDB "> Community</ a >
6
+ < a href ="http://docs.mongodb.org " data-toggle ="tooltip " data-placement ="bottom " title ="The MongoDB Documentation "> Docs</ a >
7
+ < a href ="http://blog.mongodb.org " data-toggle ="tooltip " data-placement ="bottom " title ="The MongoDB Blog "> Blog</ a >
7
8
</ div >
8
9
</ div >
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ function initializeJS() {
14
14
15
15
jQuery ( document ) . ready ( function ( ) {
16
16
initializeJS ( ) ;
17
+ jQuery ( '[data-toggle="tooltip"]' ) . tooltip ( ) ;
17
18
jQuery ( "body" ) . addClass ( "hljsCode" ) ;
18
19
hljs . initHighlightingOnLoad ( ) ;
19
20
} ) ;
You can’t perform that action at this time.
0 commit comments