jquery-min version?

前端 未结 8 1059
忘掉有多难
忘掉有多难 2020-12-17 10:17

I noticed that there is always a \"min\" version (stands for mini?) for most JavaScript libraries (e.g., jQuery).

What is the difference? Less functionality but smal

相关标签:
8条回答
  • 2020-12-17 11:18

    This is a version of jQuery that has a smaller file size (minified). Same functions, just a smaller file that the browser has to download.

    0 讨论(0)
  • 2020-12-17 11:18

    same functions...smaller size. Think of it as poor mans compression. They simply remove all unneccessary whitespace.

    0 讨论(0)
提交回复
热议问题