emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] tooltips


From: Rustom Mody
Subject: Re: [O] tooltips
Date: Wed, 15 Jan 2014 00:10:42 +0530

On Tue, Jan 14, 2014 at 11:16 PM, Christian Moe <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]