jquery-min version?

前端 未结 8 1066
忘掉有多难
忘掉有多难 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 10:56

    Smaller size because all of the white space is removed from the file. Just open both files in text editor and you will see.

提交回复
热议问题