Today I've been thinking about adding footnotes to my blog entries. I've already got a rough sketch on how to achieve my goal: I'm using the rel- and title-attribute of a given HTML inline element and parse it using some JS magic combined with jQuery. I know by now there's already some kind of implementation of ...