diff --git a/jQuery-Libraries.md b/jQuery-Libraries.md index cb6b748..553ddee 100644 --- a/jQuery-Libraries.md +++ b/jQuery-Libraries.md @@ -11,3 +11,6 @@ * Mask makes masks on form fields and html elements which really helps in causing people to enter data correctly and intuitively: [https://igorescobar.github.io/jQuery-Mask-Plugin/](https://igorescobar.github.io/jQuery-Mask-Plugin/) * jEditable provides inplace editing, used for the Change Fund on the transactions page: [https://appelsiini.net/projects/jeditable/](https://appelsiini.net/projects/jeditable/) + +* jQuery UI to provide a spinner for volunteer hours redeeming capability in transactions. Watered down version that includes: widget.js, disable-selection.js, form-reset-mixin.js, jquery-1-7.js, keycode.js, labels.js, widgets/button.js, widgets/checkboxradio.js, widgets/controlgroup.js, widgets/datepicker.js, widgets/mouse.js, widgets/spinner.js: [https://jqueryui.com/spinner/#decimal](https://jqueryui.com/spinner/#decimal) +