Skip to content

Kaiyuan/jquery.footnotes.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery footnotes

footontse.js

EXAMPLE HTML

<span class="sup" data-text="This's text.">Text</span>
<sup class="sup" data-text="The sup.">1<sup>

PICTURE

<span class="sup" data-img="url">Text</span>

COLOR

<span class="sup" data-color="#7eccfa">blue</span>
<span class="sup" data-color="rgba(140, 111, 216, 1.000)">purple</span>
<span class="sup" data-color="hsla(83, 74%, 51%, 1.000)">grass green</span>

REQUIREMENTS

  • jQuery Latest
  • footnotes.css
  • footnotes.js

bootstrap.footnotes.js

Instapaper style footnotes/endnotes for the web. Dependent upon jQuery/Twitter Bootstrap. Full documentation and examples available on UX Lab.

License

Released under the MIT license.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 92.9%
  • CSS 3.9%
  • JavaScript 3.2%