9d0044a35a
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2416961 b8457f37-d9ea-0310-8a92-e5e31aec5664
14 lines
457 B
HTML
14 lines
457 B
HTML
<script type="text/javascript">
|
|
jQuery('#footnote_plugin_tooltip_[[post_id]]_[[id]]').tooltip({
|
|
tip: '#footnote_plugin_tooltip_text_[[post_id]]_[[id]]',
|
|
tipClass: 'footnote_tooltip',
|
|
effect: 'fade',
|
|
predelay: 0,
|
|
fadeInSpeed: 200,
|
|
delay: 400,
|
|
fadeOutSpeed: 200,
|
|
position: '[[position]]',
|
|
relative: true,
|
|
offset: [[[offset-y]], [[offset-x]]],
|
|
});
|
|
</script>
|