forked from brooksbingham/theme-elegance
chore: config tooltip plugin
parent
f049ff98c9
commit
b1c22902e1
|
@ -181,6 +181,12 @@ $(() => {
|
||||||
$('.th-accordion').thaccordion();
|
$('.th-accordion').thaccordion();
|
||||||
$('.tooltip').tooltipster({
|
$('.tooltip').tooltipster({
|
||||||
theme: 'tooltipster-shadow',
|
theme: 'tooltipster-shadow',
|
||||||
|
triggerOpen: {
|
||||||
|
click: true,
|
||||||
|
mouseenter: true,
|
||||||
|
touchstart: true,
|
||||||
|
},
|
||||||
|
delayTouch: [0, 2000],
|
||||||
});
|
});
|
||||||
|
|
||||||
$('.toggle-main-menu').on('click', () => {
|
$('.toggle-main-menu').on('click', () => {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue