Skip to main content

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:

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.