🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

explainys.js is a lightweight and easy-to-use jQuery plugin which allows you to create footnote/sidenote list from any inline elements.

side-note Footnote

Documentation

Version 0.0.2

Explainys was my first jQuery plugin. When I wrote it I was fairly new to programming. It would benefit from a complete rewrite. But since I never used it I have little interest in doing so. This latest version is a massive cleanup. I have also introduced build tools.

explainys.js

jQuery plugin to add sidenotes for your articles. It might be described as the opposite to hover bubbles.

Usage

Add plugin to page, after jQuery.

jQuery().ready(function() {   jQuery('#main').explainys({     // options     textFail: 'Write your own failtext'   }); });
<span class="explain" data-title="" data-explain=""></span>

Note

Implemented with html5 details element. Chrome 12 and up is the only browser that has full support for this element. No fallback methods implemented.


You May Also Like