Category: Installation

  • Downloading jquery using yarn or npm

    Npm is the package that has registered jquery in it. You can install these npm packages by using the npm command in the CLI. You can also use yarn if you do not want to use the npm package installer. Using the above command, you ensure that jquery is installed in the node_modules directory. The…

  • Downloading jquery

    Both the compressed as well as the uncompressed copies of jquery is available. The major use of the uncompressed file regards the debugging purpose or development tasks, whereas the compressed file saves bandwidth and improves product performance. While debugging with the compressed file, you have the option to download a sourcemap file. However, the map…