7f5499723b
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2477300 b8457f37-d9ea-0310-8a92-e5e31aec5664
18 lines
594 B
HTML
18 lines
594 B
HTML
<!--<?php//for docblock, @see MCI_Footnotes_Template::process_template()
|
|
/**
|
|
*/?>
|
|
-->
|
|
<script type="text/javascript">
|
|
jQuery('#footnote_plugin_tooltip_[[post_id]]_[[container_id]]_[[note_id]]').tooltip({
|
|
tip: '#footnote_plugin_tooltip_text_[[post_id]]_[[container_id]]_[[note_id]]',
|
|
tipClass: 'footnote_tooltip',
|
|
effect: 'fade',
|
|
predelay: [[fade-in-delay]],
|
|
fadeInSpeed: [[fade-in-duration]],
|
|
delay: [[fade-out-delay]],
|
|
fadeOutSpeed: [[fade-out-duration]],
|
|
position: '[[position]]',
|
|
relative: true,
|
|
offset: [[[offset-y]], [[offset-x]]],
|
|
});
|
|
</script>
|