Tutti: Check if tooltip/popover exist
This commit is contained in:
parent
0f23ee7a08
commit
30215bf87c
@ -1,7 +1,9 @@
|
|||||||
$(function () {
|
if(typeof($.fn.popover) != 'undefined'){
|
||||||
$('[data-toggle="tooltip"]').tooltip({'delay' : {'show': 1250, 'hide': 250}});
|
|
||||||
$('[data-toggle="popover"]').popover();
|
$('[data-toggle="popover"]').popover();
|
||||||
})
|
}
|
||||||
|
if(typeof($.fn.tooltip) != 'undefined'){
|
||||||
|
$('[data-toggle="tooltip"]').tooltip({'delay' : {'show': 1250, 'hide': 250}});
|
||||||
|
}
|
||||||
|
|
||||||
function NavbarTransparent() {
|
function NavbarTransparent() {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user