1.

What Is The Advantage Of Using The Minified Version Of Jquery Rather Than Using The Conventional One?

Answer»
  • The advantage of using a minified version of JQUERY FILE is Efficiency of the web page INCREASES.
  • The normal version jQuery-x.x.x.js has a file size of 178KB but the minified version jQuery.x.x.x-min.js has 76.7 KB.
  • The reduction in size makes the page to LOAD more faster than you use a conventional jQuery file with 178KB.



Discussion

No Comment Found