From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: tooltips Date: Tue, 14 Jan 2014 20:03:57 +0100 Message-ID: <87d2jujsgy.fsf@bzg.ath.cx> References: <87fvoq61cm.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48778) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W39HX-0008WQ-T1 for emacs-orgmode@gnu.org; Tue, 14 Jan 2014 14:04:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W39HQ-0004ny-SI for emacs-orgmode@gnu.org; Tue, 14 Jan 2014 14:04:11 -0500 Received: from mail-wi0-x234.google.com ([2a00:1450:400c:c05::234]:54033) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W39HQ-0004nt-Kz for emacs-orgmode@gnu.org; Tue, 14 Jan 2014 14:04:04 -0500 Received: by mail-wi0-f180.google.com with SMTP id d13so1188462wiw.1 for ; Tue, 14 Jan 2014 11:04:03 -0800 (PST) In-Reply-To: (Christian Moe's message of "Tue, 14 Jan 2014 18:46:12 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Christian Moe Cc: Rustom Mody , emacs-orgmode Christian Moe writes: > $(document).ready(fntooltips); > > function fntooltips() { > $(".footnum").each( > function () { > $("[href='#" + this.id + "']") > .attr("title", > this.parentNode.parentNode.textContent); > } > ) > } Yes, exactly, thanks! -- Bastien