InterviewSolution
| 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 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 |
|