14 lines
419 B
HTML
14 lines
419 B
HTML
|
<script type="text/javascript">
|
||
|
jQuery('#footnote_plugin_tooltip_[[id]]').tooltip({
|
||
|
tip: '#footnote_plugin_tooltip_text_[[id]]',
|
||
|
tipClass: 'footnote_tooltip',
|
||
|
effect: 'fade',
|
||
|
predelay: 800,
|
||
|
fadeInSpeed: 200,
|
||
|
fadeOutSpeed: 2000,
|
||
|
position: '[[position]]',
|
||
|
relative: true,
|
||
|
offset: [[[offset - y]], [[offset - x]]],
|
||
|
});
|
||
|
</script>
|