0 votes
in JQuery by
What is the difference between jquery.min.js and jquery.js?

1 Answer

0 votes
by

jquery.min.js is a compressed version of jquery.js(whitespaces and comments are removed, shorter variable names are used, and so on) to preserve bandwidth. In terms of functionality, they are absolutely the same. It is recommended to use this compressed version in the production environment. The efficiency of a web page increases when the minimized version of jQuery is used.

Related questions

0 votes
asked Nov 19, 2020 in JQuery by rajeshsharma
+1 vote
asked Jun 21, 2021 in Mean Stack by SakshiSharma
...