Christian Moe <m...@christianmoe.com> writes: > $(document).ready(fntooltips); > > function fntooltips() { > $(".footnum").each( > function () { > $("[href='#" + this.id + "']") > .attr("title", > this.parentNode.parentNode.textContent); > } > ) > }
Yes, exactly, thanks! -- Bastien