From 8aff3a74673e9505a4bbf8d7f5813b704ca0e301 Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Wed, 24 Jan 2018 22:41:56 -0500 Subject: [PATCH] Updated jQuery Libraries (markdown) --- jQuery-Libraries.md | 2 ++ 1 file changed, 2 insertions(+) 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)