12 lines
313 B
HTML
12 lines
313 B
HTML
|
<script type="text/javascript">
|
||
|
jQuery("#footnote_plugin_tooltip_[[index]]").tooltip({
|
||
|
tip: "#footnote_plugin_tooltip_text_[[index]]",
|
||
|
tipClass: "footnote_tooltip",
|
||
|
effect: "fade",
|
||
|
fadeOutSpeed: 100,
|
||
|
predelay: 400,
|
||
|
position: "top right",
|
||
|
relative: true,
|
||
|
offset: [10, 10]
|
||
|
});
|
||
|
</script>
|