diff --git a/jQuery-Libraries.md b/jQuery-Libraries.md index 790a0ba..cb49a74 100644 --- a/jQuery-Libraries.md +++ b/jQuery-Libraries.md @@ -17,3 +17,5 @@ * Tabulator (3.3) provides easy to use, fully featured, interactive table capabilities that is now being used in some reports to expose YBDB's constituent relationship manager (CRM). Requires jQuery UI: [http://tabulator.info/](http://tabulator.info/) * Moment.js (2.19.1) which parses, validates, manipulates, and display dates and times is required for accurate date and time sorting in Tabulator: [http://momentjs.com/](http://momentjs.com/) + +* Etherpad.js provides the extremely useful etherpad functionality, aka The Etherpad jQuery Plugin which easily allows you to embed and access a pad from Etherpad in a web page. The plugin injects the pad contents into a div using iframes. It can also read the contents of a Pad and write it to a div: [https://github.com/ether/etherpad-lite-jquery-plugin](https://github.com/ether/etherpad-lite-jquery-plugin)