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
...in computer programming languages and especially JavaScript, is the process of removing all unnecessary characters from source code, without changing its functionality. http://en.wikipedia.org/wiki/Minification_(programming)
...in computer programming languages and especially JavaScript, is the process of removing all unnecessary characters from source code, without changing its functionality.
http://en.wikipedia.org/wiki/Minification_(programming)