footnoted
footnoted copied to clipboard
Abstract selector away into settings option?
What are your thoughts on moving the selector (eg .footnotes
) into its own variable (with a default, of course) which can be invoked by the user, a la:
$(".footnotes").footnotes();
Or something along the lines of
$.footnotes({
"selector": ".footnotes"
});