1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-04-04 09:33:24 -04:00

Updated jQuery Libraries (markdown)

Jonathan Rosenbaum 2018-01-24 22:41:56 -05:00
parent 5d76adc683
commit 8aff3a7467

@ -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/) * 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/) * 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)