File tree Expand file tree Collapse file tree 4 files changed +743
-104
lines changed Expand file tree Collapse file tree 4 files changed +743
-104
lines changed Original file line number Diff line number Diff line change 55 $ ( function ( ) {
66 $ ( '[data-toggle="tooltip"]' ) . tooltip ( )
77 } )
8+ $ ( '.material-tooltip-smaller' ) . tooltip ( {
9+ template : '<div class="tooltip md-tooltip"><div class="tooltip-arrow md-arrow"></div><div class="tooltip-inner md-inner"></div></div>'
10+ } ) ;
11+ $ ( '.material-tooltip-main' ) . tooltip ( {
12+ template : '<div class="tooltip md-tooltip-main"><div class="tooltip-arrow md-arrow"></div><div class="tooltip-inner md-inner-main"></div></div>'
13+ } ) ;
14+ $ ( '.material-tooltip-email' ) . tooltip ( {
15+ template : '<div class="tooltip md-tooltip-email"><div class="tooltip-arrow md-arrow"></div><div class="tooltip-inner md-inner-email"></div></div>'
16+ } ) ;
17+ $ ( function ( ) {
18+ $ ( '[data-toggle="popover"]' ) . popover ( )
19+ } )
20+ $ ( function ( ) {
21+ $ ( '[data-toggle="tooltip"]' ) . tooltip ( )
22+ } )
823
924</ script >
1025
Original file line number Diff line number Diff line change 11< li class ="nav-item "> < a class ="nav-link active " href ="#overview "> Overview</ a > </ li >
2- < li class ="nav-item "> < a class ="nav-link " href ="#examples "> Basic example</ a >
2+ < li class ="nav-item "> < a class ="nav-link " href ="#examples "> Examples</ a >
3+ < ul class ="pl-3 ">
4+ < li class ="nav-item "> < a class ="nav-link " href ="#text "> Tooltips in text</ a > </ li >
5+ < li class ="nav-item "> < a class ="nav-link " href ="#four-tooltips "> Four tooltips</ a > </ li >
6+ < li class ="nav-item "> < a class ="nav-link " href ="#custom "> Custom HTML</ a > </ li >
7+ < li class ="nav-item "> < a class ="nav-link " href ="#email-tooltips "> Material Email Tooltips</ a > </ li >
8+ < li class ="nav-item "> < a class ="nav-link " href ="#mobile "> Material Smaller Tooltips</ a > </ li >
9+ </ ul >
10+ </ li >
You can’t perform that action at this time.
0 commit comments