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)