emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] tooltips


From: Bastien
Subject: Re: [O] tooltips
Date: Tue, 14 Jan 2014 20:03:57 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Christian Moe <address@hidden> writes:

> $(document).ready(fntooltips);
>
> function fntooltips() {
>     $(".footnum").each(
>       function () {
>           $("[href='#" + this.id + "']")
>               .attr("title",
>                     this.parentNode.parentNode.textContent);
>          }
>       )
> }

Yes, exactly, thanks!

-- 
 Bastien



reply via email to

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