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 2017-07-26 14:35:31 -04:00
parent ce2dd9b33c
commit 0fb24c8e8c

@ -1,11 +1,13 @@
Chosen is used for nice select boxes: [https://harvesthq.github.io/chosen/](https://harvesthq.github.io/chosen/)
* Chosen is used for nice select boxes: [https://harvesthq.github.io/chosen/](https://harvesthq.github.io/chosen/)
noUiSlider is used for the slider to choose accounting ranges: [https://refreshless.com/nouislider/](https://refreshless.com/nouislider/)
* noUiSlider is used for the slider to choose accounting ranges: [https://refreshless.com/nouislider/](https://refreshless.com/nouislider/)
wNumb is used for the formatting / display of numbers that is used with the slider: [https://refreshless.com/wnumb/](https://refreshless.com/wnumb/)
* wNumb is used for the formatting / display of numbers that is used with the slider: [https://refreshless.com/wnumb/](https://refreshless.com/wnumb/)
PickMeUp is the nice date picker used in stats: [https://github.com/nazar-pc/PickMeUp](https://github.com/nazar-pc/PickMeUp)
* PickMeUp is the nice date picker used in stats: [https://github.com/nazar-pc/PickMeUp](https://github.com/nazar-pc/PickMeUp)
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/)
* 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 change on the transactions page: [https://appelsiini.net/projects/jeditable/](https://appelsiini.net/projects/jeditable/)
* jEditable provides inplace editing, used for change on the transactions page: [https://appelsiini.net/projects/jeditable/](https://appelsiini.net/projects/jeditable/)
* libLink is a Library for binding jQuery elements to plugins: [https://github.com/leongersen/libLink](https://github.com/leongersen/libLink)