footnoted icon indicating copy to clipboard operation
footnoted copied to clipboard

Abstract selector away into settings option?

Open jmduke opened this issue 11 years ago • 0 comments

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"
});

jmduke avatar Jan 04 '14 07:01 jmduke