Files
szkoleniauryzaj.pl/wp-content/plugins/wp-smart-editor/js/frontend_tooltip.js
2024-11-10 21:08:49 +01:00

22 lines
456 B
JavaScript

jQuery(document).ready(function ($) {
$('.wpsetooltips').qtip({
content: {
attr: 'data-qtip'
},
position: {
my: 'top middle',
at: 'bottom middle'
},
style: {
tip: {
corner: true
},
classes: 'wpsetips_qtip'
},
show: 'hover',
hide: {
fixed: true,
delay: 10
}
});
});