Re: [O] tooltips

2014-01-15 Thread Rustom Mody
On Thu, Jan 16, 2014 at 3:44 AM, Christian Moe wrote: > > Rustom Mody writes: > >> Thanks Christian for that. >> Just one small thing -- Can we remove the number? > > Sure, try this new version of fntooltip.js: Super! Thanks Christian!

Re: [O] tooltips

2014-01-15 Thread Christian Moe
Rustom, Bastien, Bastien writes: >> I made a micro screencast for demoing it: >> http://bzg.fr/u/org-footnotes-jquery.ogv Thanks, Bastien, that's cool! Rustom Mody writes: > Thanks Christian for that. > Just one small thing -- Can we remove the number? Sure, try this new version of fntooltip

Re: [O] tooltips

2014-01-15 Thread Rustom Mody
On Wed, Jan 15, 2014 at 10:26 PM, Bastien wrote: > Christian Moe writes: > >> Let me know if this doesn't work or isn't clear. > > It works very well! > > I made a micro screencast for demoing it: > http://bzg.fr/u/org-footnotes-jquery.ogv > > Thanks for packaging this. > > -- > Bastien Thanks

Re: [O] tooltips

2014-01-15 Thread Bastien
Christian Moe writes: > Let me know if this doesn't work or isn't clear. It works very well! I made a micro screencast for demoing it: http://bzg.fr/u/org-footnotes-jquery.ogv Thanks for packaging this. -- Bastien

Re: [O] tooltips

2014-01-14 Thread Bastien
Christian Moe writes: > $(document).ready(fntooltips); > > function fntooltips() { > $(".footnum").each( > function () { > $("[href='#" + this.id + "']") > .attr("title", > this.parentNode.parentNode.textContent); > } > ) > } Y

Re: [O] tooltips

2014-01-14 Thread Rustom Mody
On Tue, Jan 14, 2014 at 11:16 PM, Christian Moe 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() { > $

Re: [O] tooltips

2014-01-14 Thread Christian Moe
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

Re: [O] tooltips

2014-01-14 Thread Bastien
Hi Rustom, Rustom Mody writes: > I was wondering if org-mode html generation has some automatic way of > generating tooltips. > > Something along the lines that instead of generating a footnote, a > footnote should generate a tooltip. The html would be something like > this: > > > > > hover