On Tue, Jan 14, 2014 at 11:16 PM, Christian Moe <m...@christianmoe.com> wrote:
>
> Bastien writes:
>
>> Instead of changing the current HTML, I'd rather go and find a
>> solution where some javascript can display the tooltip.
>
> E.g.:
>
> -----------
>
> $(document).ready(fntooltips);
>
> function fntooltips() {
>     $(".footnum").each(
>         function () {
>             $("[href='#" + this.id + "']")
>                 .attr("title",
>                       this.parentNode.parentNode.textContent);
>            }
>         )
> }
>
> -------------
>
> Tested with JQuery 1.9.1 and a recent Org.
>
> Yours,
> Christian


May I have the setup?
ie where do I put that JS, the invocation/import or whatever of JQuery etc
[I really dont know any JS!]

Reply via email to