jQuery
An old, reliable JavaScript library for making Javascript coding easier. Still in use in many websites, but usually developers prefer more modern tools now.
JQuery plugins in use:
- imgareaselect (https://github.com/odyniec/imgareaselect). Used for enabling users to crop uploaded images for their profile pictures or banners to fit into their specific size requirements.
Non-JQuery JavaScript plugins in use:
- imagesloaded (https://github.com/desandro/imagesloaded). Used for making pages load more smoothly by detecting when images have properly loaded, as attempting to do this with normal JavaScript can be rather unreliable.