From 8d07275d36f4bcd1b627ecb23fa25300604442b1 Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Sat, 24 Mar 2018 02:57:28 -0400 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 cb49a74..e87d67a 100644 --- a/jQuery-Libraries.md +++ b/jQuery-Libraries.md @@ -19,3 +19,5 @@ * 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) + +* jquery.ns-autogrow (1.1.6) allows the width and height of a textarea to automatically resize based on user input, especially useful when entering donations, and correctly resizes to show all input when transaction is reopened: [https://github.com/ro31337/jquery.ns-autogrow](https://github.com/ro31337/jquery.ns-autogrow)