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 this using jQuery, but it's kinda handicapped or too short reaching for my purposes, because it is targetting only the citation elements - ie. q and blockquote.

My implementation is somewhat more generic and thus, more flexible. I'm going to post my results after I'm done with testing.