Skip to content

Instantly share code, notes, and snippets.

@devdays
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devdays/507623d98c299197b8ee to your computer and use it in GitHub Desktop.
Save devdays/507623d98c299197b8ee to your computer and use it in GitHub Desktop.
Sample footnoter html
<!DOCTYPE html>
<html>
<head>
<title>Footnoter</title>
</head>
<body>
<p id="myParagraph">
In up so discovery my middleton eagerness dejection explained. Estimating excellence ye contrasted
insensible as. Oh up unsatiable <span class="footnote">Unpacked reserved sir.</span> interested.
Present suppose in esteems indemesne colonel it to. End horrible she landlord screened stanhill.
Repeated offended <span class="footnote">you opinions off</span> dissuade ask packages screened.
She alteration everything sympathize impossible his get compliment. Collected few extremity
suffering met had sportsman.
</p>
<h2>References</h2>
<div id="#references"></div>
<script src="Scripts/jquery-2.1.3.js"></script>
<script src="Scripts/footnoter/jquery-footnoter-0.0.1.js"></script>
<script>
$("myParagraph").footnote();
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment